Chart.js/samples
Simon Brunel 53a0c5442e New Chart.js.zip package
Samples need to be packaged with built libraries (which one have been removed from the repository), so create a new `gulp package` task to generate a ZIP archive with dist files, samples and the license file. This archive is generated in the ./dist/ folder and will be deployed by Travis along the GH release. Note that the ./dist/ folder is not preserved but merged in the archive root. Also change samples requiring moment.js to load this lib from the CDN instead of the ./node_module folder.
2016-06-18 12:14:31 +02:00
..
AnimationCallbacks improve progress-bar sample 2016-02-28 09:29:29 +02:00
timeScale New Chart.js.zip package 2016-06-18 12:14:31 +02:00
bar-horizontal.html Initial vertical legend mode 2016-06-06 21:41:40 -04:00
bar-multi-axis.html improve bar-multi-axis sample 2016-02-28 09:54:16 +02:00
bar-stacked.html improve bar-stacked sample 2016-02-28 09:55:28 +02:00
bar.html Added 'borderSkipped' parameter to Rectangle. 2016-03-13 18:58:36 +03:00
bubble.html fix consistency with other samples 2016-02-28 10:20:10 +02:00
combo-bar-line.html improve combo-bar-line sample 2016-02-28 10:01:34 +02:00
data_label_combo-bar-line.html Update sample for new meta system 2016-04-28 07:18:05 -04:00
different-point-sizes.html Add an example showcasing the different point size options 2016-04-21 16:03:47 +02:00
doughnut.html Make animation options consistent for polar area and doughnut charts (#2342) 2016-04-27 16:07:21 -05:00
line-customTooltips.html Using the dynamic absolute position of the canvas, even for relative placement of the chart 2016-04-15 00:11:09 -04:00
line-legend.html Add the option to an example (there was no other example overwriting tension for a specific dataset) 2016-04-21 09:41:28 +02:00
line-logarithmic.html Support arrays of colors and line widths in cartesian axes 2016-06-07 20:22:06 -04:00
line-multi-axis.html improve line-logarithmic sample 2016-02-28 08:24:58 +02:00
line-multiline-labels.html This PR allows for multi-line labels, as per Slack discussion.. 2016-06-03 17:12:19 +01:00
line-skip-points.html improve line-skip-points sample 2016-02-28 08:56:26 +02:00
line-stacked-area.html improve line-stacked-area sample 2016-02-28 08:59:38 +02:00
line-x-axis-filter.html improve line-x-axis-filter sample 2016-02-28 09:02:59 +02:00
line.html fix consistency with other samples 2016-02-28 10:20:10 +02:00
pie-customTooltips.html Fix pie custom tooltip sample 2016-05-28 10:48:33 -04:00
pie.html Randomize data button randomizes colors in pie chart demo 2016-04-29 17:47:27 -04:00
polar-area.html Polar area controller improvements 2016-05-30 21:42:15 -04:00
radar-skip-points.html improve radar-skip-points sample 2016-02-28 09:22:14 +02:00
radar.html Radial linear scale array properties for line width and color 2016-06-07 20:09:33 -04:00
scatter-logX.html improve polar-area sample 2016-02-28 10:05:31 +02:00
scatter-multi-axis.html improve scatter-multi-axis sample 2016-02-28 10:09:14 +02:00
scatter.html improve scatter sample 2016-02-28 10:10:45 +02:00
tooltip-hooks.html Initial tooltip tests + fix a bug when the tooltip beforeLabel and afterLabel callbacks returned strings 2016-05-28 15:26:46 -04:00