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 af3ff2f commit 2611d77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/examples/legend.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ <h1>Legend</h1>
title: {text: 'On Bottom'},
timeline: [1, 2, 3, 4, 5],
series: [
// {data: [1, 2, 3], color: 'red'},
{data: [2, 4, null, 4, 1], spanGaps: true, color: 'green', type: 'line'},
// {data: [1, 2, 3], color: 'lime', type: 'area'},
{data: [1, 2, 3], color: 'red'},
{data: [1, 2, 3], color: 'green', type: 'area'},
{data: [1, 2, 3], color: 'lime', type: 'area'},
],
axes: {
y: {values: (u, v) => v.map((x) => x + ' Mb')},
Expand Down

0 comments on commit 2611d77

Please sign in to comment.