Skip to content

Commit f76cd48

Browse files
authored
Update stacked line sample to remove duplicate dataset names (#7957)
1 parent b4fe607 commit f76cd48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/charts/area/line-stacked.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
randomScalingFactor()
7272
],
7373
}, {
74-
label: 'My Third dataset',
74+
label: 'My Fourth dataset',
7575
borderColor: window.chartColors.yellow,
7676
backgroundColor: window.chartColors.yellow,
7777
data: [

0 commit comments

Comments
 (0)