Commit Graph

  • 7825ee5ef2 Merge pull request #1770 from dchesterton/patch-1 Derek Perkins 2015-12-11 18:51:21 -07:00
  • e94bd460a7 Remove Firefox workaround Ryo ONODERA 2015-12-12 09:00:12 +09:00
  • 4eed79ee52 Lowercase NPM package name Daniel Chesterton 2015-12-11 23:58:56 +00:00
  • 571120d650 Merge pull request #1756 from nnnick/fix/code-climate Evert Timberg 2015-12-08 21:49:33 -05:00
  • 7999aab26a Fix up issues in core scale Evert Timberg 2015-12-08 20:22:02 -05:00
  • d689e0fc47 When only the dataset array changes scales did not update correctly. This was due to the fact that the new datasets did not have scale IDs yet. By building the controllers first, the IDs are mapped if necessary. Then we can correctly update scales. Evert Timberg 2015-12-08 19:57:58 -05:00
  • 819f865723 Merge branch 'v2.0-dev' into v2.0-legend Evert Timberg 2015-12-07 22:10:38 -05:00
  • 4f8f182d21 Better sizing when not displaying Evert Timberg 2015-12-07 21:58:48 -05:00
  • a2e1a97382 Update docs + remove unused config option since we don't need 2 different callbacks. Evert Timberg 2015-12-07 21:52:15 -05:00
  • 60920cd75a Polar area legend toggles data Evert Timberg 2015-12-07 21:42:58 -05:00
  • 59b7927994 Toggling of doughnut items now works Evert Timberg 2015-12-07 21:23:20 -05:00
  • 8befbbe8f0 Use config onClick function to toggle datasets for bars/lines/radar charts. Evert Timberg 2015-12-07 20:36:44 -05:00
  • b0f69a1092 Generate nice legend boxes for all current chart types Evert Timberg 2015-12-07 19:11:54 -05:00
  • 3b750e7f27 Merge pull request #1749 from nnnick/fix/code-climate Evert Timberg 2015-12-07 18:26:51 -05:00
  • ffa2870b56 Fix a few more issues in the tooltips Evert Timberg 2015-12-07 18:23:51 -05:00
  • 1cb7dde0d5 Start fixing code climate issues Evert Timberg 2015-12-07 18:19:56 -05:00
  • 20b9395585 Merge pull request #1745 from nnnick/fix/1710 Evert Timberg 2015-12-07 17:46:49 -05:00
  • 73e9ff44fe Merge pull request #1744 from nnnick/fix/1466 Tanner Linsley 2015-12-07 12:10:12 -07:00
  • bffbaf6b37 Generate label strings using an option function. This allows new chart types to override Evert Timberg 2015-12-06 12:53:45 -05:00
  • eba2fce923 Docs + move defaults to correct place. Evert Timberg 2015-12-06 11:19:55 -05:00
  • 792ee587ae Split legend and title block functionality into 2 separate blocks. This allows the title to be on the top of the chart while the legend is on the bottom Evert Timberg 2015-12-06 10:20:38 -05:00
  • eaf183352c Polar are controller needs a similar update to the doughnut controller Evert Timberg 2015-12-06 10:19:09 -05:00
  • 7ab2a5ed9a Remove unused xOffset property from the tooltip. Use the multiKeyBackground. Update documentation accordingly. Evert Timberg 2015-12-06 09:38:19 -05:00
  • 28fc6841f3 Add tooltipFormat option to time scale options. Fix bars when displayed on a time scale. Updated sample files. Evert Timberg 2015-12-05 16:45:31 -05:00
  • 5df23df291 Move time sample files to sub folder Evert Timberg 2015-12-05 10:54:45 -05:00
  • 52ae1f7d3c Merge pull request #1743 from nnnick/fix/1576 Evert Timberg 2015-12-05 10:44:24 -05:00
  • 0c247dde28 Gracefully handle setting options.animation to false which occurs when migrating configs from v1. Evert Timberg 2015-12-05 10:40:05 -05:00
  • 784fa78267 Merge pull request #1738 from nnnick/fix/1735 Evert Timberg 2015-12-05 10:01:15 -05:00
  • d21b3c6d7e Merge pull request #1741 from nnnick/fix/1706 Evert Timberg 2015-12-05 10:01:03 -05:00
  • a1e35ade49 Merge pull request #1742 from nnnick/fix/1715 Evert Timberg 2015-12-05 10:00:45 -05:00
  • 89da20354c Fix tests Evert Timberg 2015-12-05 09:55:17 -05:00
  • 2f1006c6de Make sure we always have a valid end angle when reseting the model. Previously this was undefined and interpreted as 0 in the animation code. Evert Timberg 2015-12-05 09:39:25 -05:00
  • 744e1429b9 Label polar area and doughnut datasets Evert Timberg 2015-12-04 20:32:18 -05:00
  • 59fb1696a8 Highlight correct items when hover mode is set to 'dataset' Evert Timberg 2015-12-04 20:01:04 -05:00
  • 38afefde25 Doughnut controller needs to obey chart area size Evert Timberg 2015-12-04 19:22:48 -05:00
  • d905f19355 Fix draw issue when radar chart dataset has 0 points and hence no children Evert Timberg 2015-12-03 22:04:00 -05:00
  • d8704ee37d Add legends to sample files Evert Timberg 2015-12-03 22:03:39 -05:00
  • 0b260d57cc Fix JSHint issue Evert Timberg 2015-12-03 21:25:36 -05:00
  • dcc06eb3bb Merge branch 'v2.0-dev' into v2.0-legend Evert Timberg 2015-12-03 21:21:10 -05:00
  • 0a92cf1b40 Call beforeBody and afterBody using the correct function. Evert Timberg 2015-12-03 18:46:21 -05:00
  • 62bc4e42ec Merge pull request #1736 from nnnick/umd-build Tanner Linsley 2015-12-02 20:37:04 -07:00
  • 95a172df06 Remove old and stuff. Use the correct color variable instead of window.color etimberg 2015-12-02 22:15:03 -05:00
  • 40c8289ce8 Time scale uses moment loaded through UMD etimberg 2015-12-02 21:10:51 -05:00
  • b388a1e873 Pipe the build through UMD to get proper UMD headers etimberg 2015-12-02 21:08:52 -05:00
  • 14c2cf56d1 Merge pull request #1728 from ashayas/bugfix/1722 Evert Timberg 2015-12-02 07:30:55 -05:00
  • 164671ffeb Realized minRotaion not needed, removed as an option and removed from tests npsecoding 2015-12-01 22:29:19 -08:00
  • 05043d4771 Merge pull request #1724 from nnnick/fix/1717 Tanner Linsley 2015-12-01 19:42:31 -07:00
  • 25f061f340 Fix test failures etimberg 2015-12-01 21:07:53 -05:00
  • bf277473c6 Update scale fitting to prevent horizontal scales from jumping around. etimberg 2015-12-01 21:01:13 -05:00
  • 6b3fd19fa9 Time scale will now scale units. For example, it will try 1hr then 2hrs then 3 hrs then 6 hrs then 12 hrs ... until it finds a unit that fits. etimberg 2015-12-01 20:02:44 -05:00
  • c074d3b7d4 Update built files 2.0.0-beta1 etimberg 2015-11-30 21:35:09 -05:00
  • 6cce958548 Merge pull request #1720 from nnnick/fix/1718 Evert Timberg 2015-11-30 20:50:00 -05:00
  • ccb1c68b65 Update docs etimberg 2015-11-30 20:47:49 -05:00
  • f609452727 Allow the user to change the time label display formats etimberg 2015-11-30 20:42:48 -05:00
  • b2150b93a2 New built files + some sample file updates Evert Timberg 2015-11-29 13:33:24 -05:00
  • b9fa20714f Merge pull request #1713 from nnnick/v2.0-beta1-docs Evert Timberg 2015-11-29 13:13:01 -05:00
  • e5ee242dc6 Merge branch 'v2.0-dev' into v2.0-beta1-docs Evert Timberg 2015-11-29 11:32:57 -05:00
  • 9dbc5650ed Initial update to line and bar docs Evert Timberg 2015-11-29 11:30:39 -05:00
  • 0052ceb7a1 Initial update to scale documentation Evert Timberg 2015-11-29 10:58:01 -05:00
  • e91e6be851 Merge pull request #1696 from nnnick/fix/1688 Evert Timberg 2015-11-29 10:16:25 -05:00
  • 349586e14c Merge pull request #1695 from nnnick/fix/consistent-display-parameters Evert Timberg 2015-11-29 10:16:20 -05:00
  • c4b30a7b0e Update getting started docs Evert Timberg 2015-11-29 10:04:46 -05:00
  • f0555af8cc Another build Evert Timberg 2015-11-27 17:37:42 -05:00
  • e5244b7dba Merge branch 'v2.0-dev' of https://github.com/nnnick/Chart.js into v2.0-dev Evert Timberg 2015-11-27 17:37:14 -05:00
  • bf2ca8bd0b Push up new built files Evert Timberg 2015-11-27 17:35:34 -05:00
  • f4bcef13f5 Merge pull request #1704 from Marius2805/v2.0-dev Evert Timberg 2015-11-27 07:25:22 -05:00
  • efdc23c567 Merge pull request #1703 from wuchangming/v2.0-dev Evert Timberg 2015-11-27 07:24:53 -05:00
  • e84d27dde7 Fixed wrong structure of example data Marius Meißner 2015-11-27 08:34:32 +01:00
  • 7aa2fd1af3 Bug in handler event.type='touchend' wuchangming 2015-11-27 11:16:54 +08:00
  • 5a1c968105 Merge remote-tracking branch 'nnnick/v2.0-dev' into v2.0-dev wuchangming 2015-11-27 08:50:55 +08:00
  • e87fd9e0cc Merge pull request #1702 from wuchangming/v2.0-dev Evert Timberg 2015-11-26 07:41:23 -05:00
  • dae1e429b8 no such file wuchangming 2015-11-26 19:35:25 +08:00
  • 55670b0cf7 When opacity is less than 1e-3, round to 0. IE11/Edge had problems with very small opacities on the order of 1e-10. Evert Timberg 2015-11-25 19:31:26 -05:00
  • 5f7507c324 Update docs Evert Timberg 2015-11-24 19:21:09 -05:00
  • a90aac7b26 Change scale show properties to display and update tests Evert Timberg 2015-11-24 19:18:15 -05:00
  • cf1f772157 Merge pull request #1693 from wcatron/basic-documentation Evert Timberg 2015-11-24 18:22:33 -05:00
  • 8e9fef27c2 Add more explanation of bar and category percentage. wcatron 2015-11-24 14:25:15 -05:00
  • 75fb79f814 Fill out descriptions and add link to scales. wcatron 2015-11-24 14:06:38 -05:00
  • f4ef56993d Add full description text for scales. wcatron 2015-11-24 13:36:48 -05:00
  • 3bfbf10cff Merge pull request #1689 from wcatron/basic-documentation Evert Timberg 2015-11-24 08:03:26 -05:00
  • e6ea34e453 Merge pull request #1690 from byCedric/fix/canvas-dimensions-ie10-ie9 Evert Timberg 2015-11-24 08:00:41 -05:00
  • ae51789c32 Stored pixel ratio in a variable with a fallback value for browsers that doesn't support window.devicePixelRatio fixing rendering issues for IE10 and IE9. (issue #1622) Cedric van Putten 2015-11-24 11:26:24 +01:00
  • 4d48ab5109 Add suggested min and max to documentation. wcatron 2015-11-24 02:28:15 -05:00
  • c75c21105a Create very simple getting started example code. wcatron 2015-11-23 23:58:14 -05:00
  • 830cf33c1f Merge pull request #1687 from wcatron/basic-documentation Evert Timberg 2015-11-23 22:37:04 -05:00
  • 37abe74d43 Improve drawing when title is placed below legend boxes etimberg 2015-11-23 22:12:34 -05:00
  • ea15aaaec2 Fix draw issue etimberg 2015-11-23 21:54:45 -05:00
  • 10d056a4d1 Adds strikethrough of legend text when dataset is hidden Evert Timberg 2015-11-23 21:04:41 -05:00
  • a0377362d7 Update remainder of tables for radar, polar, and pie. wcatron 2015-11-23 19:32:38 -05:00
  • 0d1f63e601 Update after legend toggle since scales may need to change Evert Timberg 2015-11-23 19:03:24 -05:00
  • afc6d9094b Allow clicking on legend text Evert Timberg 2015-11-23 18:58:51 -05:00
  • 420290969e Merge pull request #1684 from wcatron/basic-documentation Evert Timberg 2015-11-23 18:16:27 -05:00
  • dc152f875f Clean up periods and comments. wcatron 2015-11-23 12:09:40 -05:00
  • a4a07df612 Update options to tables, update example for bar. wcatron 2015-11-23 12:03:38 -05:00
  • 60c1609ba9 Initial toggling of datasets from the legend. Evert Timberg 2015-11-22 22:31:08 -05:00
  • a08f8b3015 Fix typo Evert Timberg 2015-11-22 13:26:01 -05:00
  • df13f819b5 Merge pull request #1669 from wcatron/basic-documentation Evert Timberg 2015-11-22 13:12:31 -05:00
  • 0a17edd1ae Minor improvement to code that gets active elements etimberg 2015-11-21 22:44:11 -05:00
  • 2efb974189 ensure that fullwidth boxes are at very top / bottom etimberg 2015-11-21 22:10:39 -05:00
  • 7b719e6432 Modify layout service to be able to place horizontal boxes as either full width or not full width. Currently the legend is the only full width box we have. Scales were modified so as not to be full width, however Core.Scale can handle boxes that are full width. Evert Timberg 2015-11-21 10:51:32 -05:00