Skip to content

Commit

Permalink
#12251 Update Chart Showcase
Browse files Browse the repository at this point in the history
  • Loading branch information
gucal committed Nov 30, 2022
1 parent ee58843 commit 5c4e9e5
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/app/showcase/components/chart/chartdemo.html
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,15 @@ <h5>Options</h5>
&#125;

this.options = &#123;
title: &#123;
display: true,
text: 'My Title',
fontSize: 16
&#125;,
legend: &#123;
position: 'bottom'
plugins: &#123;
title: &#123;
display: true,
text: 'My Title',
fontSize: 16
&#125;,
legend: &#123;
position: 'bottom'
&#125;
&#125;
&#125;;
&#125;
Expand Down

0 comments on commit 5c4e9e5

Please sign in to comment.