Skip to content

Commit cb93dbf

Browse files
sample changes
1 parent f135638 commit cb93dbf

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

images/Icon-App-1024x1024@1x.png

166 KB
Loading

lib/sample_details.json

+9-3
Original file line numberDiff line numberDiff line change
@@ -560,17 +560,23 @@
560560
{
561561
"title": "High low chart",
562562
"key": "hilo_chart",
563-
"status": "New"
563+
"status": "New",
564+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/financial_series/hilo_chart.dart"
565+
564566
},
565567
{
566568
"title": "Open high low close chart",
567569
"key": "hilo_open_close_chart",
568-
"status": "New"
570+
"status": "New",
571+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/financial_series/hilo_open_close_chart.dart"
572+
569573
},
570574
{
571575
"title": "Candle chart",
572576
"key": "candle_chart",
573-
"status": "New"
577+
"status": "New",
578+
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/financial_series/candle_chart.dart"
579+
574580
}
575581
]
576582
}

0 commit comments

Comments
 (0)