Skip to content

Commit

Permalink
Merge pull request #98 from Yuvaraj-Gajaraj/master
Browse files Browse the repository at this point in the history
sample changes
  • Loading branch information
JayavigneshwaranG committed Apr 3, 2020
2 parents 5720fa7 + cb93dbf commit de36737
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
Binary file added images/Icon-App-1024x1024@1x.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 9 additions & 3 deletions lib/sample_details.json
Original file line number Diff line number Diff line change
Expand Up @@ -560,17 +560,23 @@
{
"title": "High low chart",
"key": "hilo_chart",
"status": "New"
"status": "New",
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/financial_series/hilo_chart.dart"

},
{
"title": "Open high low close chart",
"key": "hilo_open_close_chart",
"status": "New"
"status": "New",
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/financial_series/hilo_open_close_chart.dart"

},
{
"title": "Candle chart",
"key": "candle_chart",
"status": "New"
"status": "New",
"codeLink": "https://github.com/syncfusion/flutter-examples/blob/master/lib/samples/chart/cartesian_charts/financial_series/candle_chart.dart"

}
]
}
Expand Down

0 comments on commit de36737

Please sign in to comment.