Commit Graph

1516 Commits

Author SHA1 Message Date
Evert Timberg
32db92c7e1 Merge pull request #2314 from jachstet-sea/consistent_option_names_pt1
Consistent option names pt1
2016-04-22 22:52:34 -04:00
Evert Timberg
f6f8fe5959 Add in a beforeRender plugin event. Makes it easier to handle things that need to happen once at the start of animation but not on every frame 2016-04-22 21:04:55 -04:00
Evert Timberg
aac9726f7f Merge pull request #2333 from nnnick/fix/2023
Fix/2023
2016-04-22 20:54:56 -04:00
Evert Timberg
18e3b891d9 Remove commented code 2016-04-22 20:49:44 -04:00
Evert Timberg
dc7ad19f29 Support radar tooltip mode 'label' 2016-04-22 20:48:41 -04:00
Jake
bca5bd874d Merge pull request #2329 from zachpanz88/build-fix
Fix build to include comment at top of file
2016-04-22 11:07:23 -04:00
Zach Panzarino
900d249646 Fix build to include comment at top of file 2016-04-22 15:03:52 +00:00
Evert Timberg
da02c6caf4 Merge pull request #2326 from johnw86/master
Scaled bar width fix
2016-04-22 10:08:18 -04:00
John Walker
87966a1b58 Scaled bar width fix
Add logic for calculating bar width when ticks are less than the data labels
2016-04-22 14:59:28 +01:00
Evert Timberg
8e37b81378 Merge pull request #2318 from Janpot/destroy-typo
Fix typo in plugin 'destroy'
2016-04-21 11:47:20 -04:00
Jan Potoms
58563fddf9 Fix typo in plugin 'destroy' 2016-04-21 17:25:37 +02:00
Jannis Achstetter
b21d147608 Update the docs 2016-04-21 16:29:05 +02:00
Jannis Achstetter
1a26298d02 Add an example showcasing the different point size options 2016-04-21 16:03:47 +02:00
Jannis Achstetter
0e61361e74 Rename dataset-specific options "radius" to "pointRadius" and "hitRadius" to "pointHitRadius", adding compatibility-clauses to support the old names as well 2016-04-21 15:40:19 +02:00
Jannis Achstetter
75676019a1 Add testcases for the consistent dataset-specific option names "pointRadius" and "pointHitRadius" 2016-04-21 15:39:19 +02:00
Evert Timberg
76b3494a0a Fix build and update to latest node js version. 2016-04-21 07:50:20 -04:00
Jannis Achstetter
4d4271e6c4 Update the docs 2016-04-21 09:41:28 +02:00
Jannis Achstetter
c3c664bfc6 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
Jannis Achstetter
add9f8c3a4 Add a testcase for the new option name "lineTension" 2016-04-21 09:41:27 +02:00
Jannis Achstetter
bc0f0f0fa7 Rename dataset-specific option "tension" to "lineTension" and add a compatibility-clause to support the old name as well 2016-04-21 09:40:45 +02:00
Jannis Achstetter
b0c1e9cb69 "tension" is a property of the line, not of the point 2016-04-21 09:17:51 +02:00
Evert Timberg
13e038730c Merge pull request #2313 from zachpanz88/build-fix
Fix case-sensitive error in gulpfile that caused builds to fail on linux
2016-04-20 19:47:24 -04:00
Zach Panzarino
fdec346206 Fix case-sensitive error in gulpfile 2016-04-20 23:42:07 +00:00
Evert Timberg
2bd9778e68 Merge pull request #2310 from jachstet-sea/fix_Test
Fix test/defaultConfig.tests.js after PR #2308
2016-04-20 10:36:14 -04:00
Jannis Achstetter
6fcec4273e Fix test/defaultConfig.tests.js after PR #2308 2016-04-20 16:02:05 +02:00
Evert Timberg
fc737a006b Merge pull request #2308 from pwavg/patch-1
Fixed closing span position
2016-04-20 09:26:40 -04:00
Peter
6c50cb0fc0 Fixed closing span position
In the pie/doughnut legendCallback function the <span> is not closed immediately so that the text is written in the <span> instead of the <li>
2016-04-20 13:55:58 +02:00
Evert Timberg
29bd268634 Merge pull request #2300 from HuwSy/patch-1
Fix tooltip example caretHeight to caretSize
2016-04-19 11:13:53 -04:00
Huw
719581e2e0 Fix tooltip example caretHeight to caretSize 2016-04-19 15:59:13 +01:00
Evert Timberg
08004655d3 Merge pull request #2293 from nnnick/docs/pie-doughnut-code-block
Split Doughnut/Pie example usage into two code blocks
2016-04-18 19:43:23 -04:00
Nick Downie
fa27842736 Split doughnut/pie example into two code block
Odd change - but makes tempting the documentation a lot simpler
2016-04-18 22:30:10 +01:00
Evert Timberg
ea09062c55 Merge pull request #2289 from tKammy/fix_typo
Fix typo
2016-04-18 12:43:01 -04:00
Kammy
f006541652 fix typo 2016-04-19 00:31:19 +09:00
Evert Timberg
9abc63b11e Plugin event in destroy 2016-04-17 18:55:20 -04:00
Evert Timberg
b82f080605 Built files 2016-04-17 14:40:18 -04:00
Evert Timberg
f1ce62021b Merge pull request #2283 from nnnick/feature/plug-in-support
Adds support for plugins
2016-04-17 12:48:05 -04:00
Evert Timberg
43438d6303 Update doc version # 2016-04-17 12:39:09 -04:00
Evert Timberg
3f8681a1e4 Documentation for creating plugins 2016-04-17 12:25:58 -04:00
Evert Timberg
d131e7d07a Use apply instead of call so that the animation easing can be passed to the draw callbacks 2016-04-17 12:25:47 -04:00
Evert Timberg
7fa4c4c1b8 Initial plugin calls 2016-04-17 12:02:42 -04:00
Evert Timberg
16570b0c0c Plugin system + tests 2016-04-17 12:02:33 -04:00
Evert Timberg
7c7739c25f Merge pull request #2276 from nnnick/fix/2229
Improved sizing when grid lines are not display
2016-04-17 10:38:45 -04:00
Evert Timberg
1a49872ce4 More prework for zoom/pan 2016-04-17 10:33:38 -04:00
Evert Timberg
aae49cd334 Merge pull request #2280 from nnnick/fix/2143
Update doughnut and polar area legend callbacks to handle when the background color is not set.
2016-04-17 09:03:46 -04:00
Evert Timberg
73b6198d24 Fix tests 2016-04-17 08:54:27 -04:00
Evert Timberg
0e33b6b556 Update doughnut and polar area legend callbacks to handle when the background color is not set. 2016-04-17 08:38:46 -04:00
Evert Timberg
ca461479a8 Update docs 2016-04-16 21:50:45 -04:00
Evert Timberg
fac92448ff Update tests for new config option 2016-04-16 21:49:08 -04:00
Evert Timberg
58d18d6a48 Add configurable tick mark length. Use it to calculate appropriate sizing 2016-04-16 21:46:29 -04:00
Evert Timberg
d5af01b2c7 Remove old doc files 2016-04-16 21:13:44 -04:00