Zach Panzarino
9560064138
Merge pull request #2841 from chartjs/fix/2839
...
Fix typo in tooltip docs
2016-06-23 22:32:09 -04:00
Evert Timberg
5c36e0de65
Fix typo in tooltip docs
2016-06-23 19:40:45 -04:00
Evert Timberg
be32a4c6f0
Merge pull request #2823 from chartjs/fix/2708
...
Use the scale center point for the polar area chart center
2016-06-22 22:07:53 -04:00
Evert Timberg
3cf1cfa3de
Fix JSHint warning
2016-06-22 21:48:49 -04:00
Evert Timberg
3280003f86
Merge pull request #2811 from chartjs/fix/span-gaps-global
...
Span gaps option should be specified at the chart level
2016-06-22 21:46:12 -04:00
Evert Timberg
0e276c968a
Merge pull request #2821 from chartjs/fix/2526
...
Gracefully handle creating the chart with no config
2016-06-22 21:46:06 -04:00
Evert Timberg
05d41daa9e
Merge pull request #2822 from chartjs/fix/2604
...
Allow passing a value to the time scale getPixelForValue method
2016-06-22 21:45:59 -04:00
Evert Timberg
07b6ca80ee
Merge pull request #2828 from Kopleman/master
...
Fix statements in for() in tooltips's getAveragePosition.
2016-06-22 21:45:32 -04:00
Alexey Kopleman Dvurechensky
a9e0f2cae6
Fix statements in for() in tooltips's getAveragePosition.
2016-06-22 14:58:12 +03:00
Evert Timberg
0871dd96a5
Use the scale center point for the polar area chart center
2016-06-21 19:57:13 -04:00
Evert Timberg
48ac791a0c
Allow passing a value to the time scale getPixelForValue method
2016-06-21 19:03:30 -04:00
Evert Timberg
553b20dc44
Gracefully handle creating the chart with no config
2016-06-21 18:45:22 -04:00
Evert Timberg
ebaade5d16
Merge pull request #2800 from simonbrunel/#2734
...
#2734 Fix JSHint warnings
2016-06-20 14:42:59 -04:00
Evert Timberg
db8ed6a6c0
Span gaps option should be specified at the chart level
2016-06-20 14:42:09 -04:00
Simon Brunel
47912f49b4
Remove duplicated function names
2016-06-18 11:15:25 +02:00
Simon Brunel
f36123925c
Fix #2734 Cleanup unused variables
2016-06-18 11:00:11 +02:00
Evert Timberg
07662b158d
V2.1.6 with tooltip array fix
v2.1.6
2016-06-14 19:32:24 -04:00
Evert Timberg
0720608e64
Merge pull request #2776 from chartjs/fix/2775
...
fix tooltip with array returns
2016-06-14 19:31:10 -04:00
Evert Timberg
f106e1bf2d
fix tooltip with array returns
2016-06-14 19:19:15 -04:00
Evert Timberg
44e4004589
Merge pull request #2760 from chartjs/2.1.5_release
...
Bump version to 2.1.5 and build
v2.1.5
2016-06-12 13:21:06 -04:00
Evert Timberg
3d03e36408
Bump version to 2.1.5 and build
2016-06-12 13:14:56 -04:00
Evert Timberg
16a6555bc2
Merge pull request #2758 from chartjs/fix/zoom-curved-lines
...
Do not cap bezier control point locations
2016-06-12 12:18:27 -04:00
Evert Timberg
f3d4ee9333
Capping these to the chart bounds causes lines to bend during pan and zoom
2016-06-12 09:19:33 -04:00
Evert Timberg
5de72a1cdf
Merge pull request #2755 from chartjs/fix/2751
...
Fix pointLabel docs typo
2016-06-11 10:45:31 -04:00
Evert Timberg
7be69ce7e3
Fix pointLabel docs typo
2016-06-11 09:24:55 -04:00
Evert Timberg
647dc582cd
Merge pull request #2752 from simonbrunel/plugins-arch
...
Plugins Enhancement
2016-06-11 08:42:23 -04:00
Simon Brunel
53eb7667dd
New datasets update plugin extensions
...
Add `beforeDatasetsUpdate` and `afterDatasetsUpdate` plugin notifications during the chart update. Plugins are able to cancel the datasets update by explicitly returning false to `beforeDatasetsUpdate`. For consistency, rename `(before|after)DatasetDraw` to `(before|after)DatasetsDraw`.
2016-06-11 00:17:48 +02:00
Simon Brunel
dfdbd4465c
Allow to register/unregister an array of plugins
...
The plugins service now accepts an array of plugin instances to register or unregister (for consistency, renamed `Chart.plugins.remove` to `unregister`). Also added a few methods to manipulate registered plugins, such as `count`, `getAll` and `clear` (mainly used by our unit tests).
2016-06-11 00:17:44 +02:00
Simon Brunel
a55c17d73f
Enhance plugin notification system
...
Change the plugin notification behavior: this method now returns false as soon as a plugin *explicitly* returns false, else returns true. Also, plugins are now called in their own scope (so remove the never used `scope` parameter).
2016-06-10 22:26:55 +02:00
Simon Brunel
7a419af4c2
Rename plugin service and notification method
...
Rename `Chart.pluginService` to `Chart.plugins` (so move the old Chart.plugins array as a private member of the service), and rename `notifyPlugins` to `notify` for consistency with other service methods.
2016-06-10 22:26:35 +02:00
Zach Panzarino
d901687c2d
Remove link that doesn't exist anymore in scale docs
2016-06-10 15:00:17 +00:00
Evert Timberg
e7834442ac
Merge pull request #2739 from msimulcik/master
...
Fix of radial linear scale font family settings bug
2016-06-09 18:36:26 -04:00
Evert Timberg
b1c50ed0c2
Merge pull request #2732 from chartjs/scale-colors-per-line
...
Scale colors per line
2016-06-09 18:35:48 -04:00
Evert Timberg
3aeddf5239
Merge pull request #2723 from chartjs/vertical-legend
...
Vertical legend
2016-06-09 18:35:29 -04:00
Miroslav Simulcik
2e29f4981d
Revert "Fixed radial linear scale font family settings bug"
...
This reverts commit 6e3c6c05ad .
2016-06-09 09:37:57 +02:00
Evert Timberg
8d94e3e427
Merge pull request #2712 from simonbrunel/helpers-cleanup
...
Rewrite a few helpers to be more efficient
2016-06-08 20:08:44 -04:00
Evert Timberg
958f8ca9bb
Merge pull request #2730 from duerahan/master
...
Tooltip options fontColor fixed
2016-06-08 11:15:12 -04:00
Jack Valentine
29bc3b0b8b
ChartJS tooltip fontColor fix
...
fixed global variable name fix
callback variable name fix
- 'titleColor' to 'titleFontColor'
- 'bodyColor' to 'bodyFontColor'
- 'footerColor' to 'footerFontColor'
2016-06-09 00:04:20 +09:00
Jack Valentine
99d3f423cb
titleColor options is not available
...
titleColor change to titleFontColor
2016-06-08 23:15:21 +09:00
Jack Valentine
d6e5b5e79a
core tooltip test case fixe
...
titleColor options is not available
titleColor change to titleFontColor
2016-06-08 23:01:41 +09:00
Miroslav Simulcik
6e3c6c05ad
Fixed radial linear scale font family settings bug
2016-06-08 15:21:54 +02:00
Evert Timberg
fbecfa2baf
Reduce duplicated code in core scale draw method
2016-06-07 22:03:36 -04:00
문승찬
5687aa479f
Fix tooltip core test case
...
Change tooltip font color options
this options changed in tooltip core
bodyColor -> bodyFontColor
titleColor -> titleFontColor
footerColor -> footerFontColor
2016-06-08 10:22:47 +09:00
문승찬
7ebf85eacf
change tooltip font color option
...
bodyColor -> bodyFontColor
titleColor -> titleFontColor
footerColor -> footerFontColor
2016-06-08 10:16:38 +09:00
Evert Timberg
6b2cfd5e11
Support arrays of colors and line widths in cartesian axes
2016-06-07 20:22:06 -04:00
Evert Timberg
a687749ed4
Radial linear scale array properties for line width and color
2016-06-07 20:09:33 -04:00
Evert Timberg
5f7865c741
Merge pull request #2724 from rawliving-germany/master
...
fix typo in tooltip conf doc.
2016-06-07 08:53:34 -04:00
Ryan M. Poe
77357e57d6
Refactor spanGaps for line graphs with sparse data ( #2721 )
...
Fix #2435 , this very slim patch (including its relevant documentation addition) adds a small option to line chart datasets (spanGaps) that allows users trying to graph sparse datasets to have lines between null entries drawn, rather than omitted.
2016-06-07 09:15:26 +02:00
Felix Wolfsteller
f71f525caf
fix typo in tooltip conf doc.
2016-06-07 07:46:13 +02:00
Evert Timberg
71cbc4c5c1
Optimize legend drawing
2016-06-06 22:14:42 -04:00