Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="container sample">
<div class="container" >
<igc-data-chart id="chart" width="100%" height="100%"
subtitle="Renewable Energy Generated">
subtitle="Renewable Energy Generated" computed-plot-area-margin-mode="Series">

<igc-category-x-axis name="xAxis" label="Year">
</igc-category-x-axis>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<div class="container sample">
<div class="container" >
<igc-data-chart id="chart" width="100%" height="100%"
subtitle="Renewable Energy Generated">
subtitle="Renewable Energy Generated" computed-plot-area-margin-mode="Series">

<igc-category-x-axis name="xAxis" label="Year">
</igc-category-x-axis>
Expand Down