Skip to content

Commit

Permalink
review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bt4R9 committed Oct 11, 2024
1 parent 2611d77 commit fe1f174
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions demo/examples/legend.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ <h1>Legend</h1>

const y2 = new Yagr(chart2, {
title: {text: 'On Bottom'},
timeline: [1, 2, 3, 4, 5],
timeline: [1, 2, 3],
series: [
{data: [1, 2, 3], color: 'red'},
{data: [1, 2, 3], color: 'green', type: 'area'},
{data: [2, 1, 2], color: 'green', type: 'area'},
{data: [1, 2, 3], color: 'lime', type: 'area'},
],
axes: {
Expand Down

0 comments on commit fe1f174

Please sign in to comment.