Commit Graph

  • 9deebf8371 Fix config initialization and add unit tests Simon Brunel 2016-09-29 22:18:34 +02:00
  • 806a3832ef Inject iframe for responsive charts only Simon Brunel 2016-09-24 21:51:12 +02:00
  • d3d9573af5 Fixes HTML legend string for polar area charts to match doughnut charts. (#3361) Evert Timberg 2016-09-25 08:30:39 -04:00
  • d09a17a2b1 Better number -> string callback for the radial linear scale (#3281) Evert Timberg 2016-09-24 16:56:16 -04:00
  • d407da4e36 Merge pull request #3325 from chartjs/fix/3269 Simon Brunel 2016-09-24 22:31:29 +02:00
  • 9041b5a2b9 Update default config tests and re-enable Evert Timberg 2016-09-17 15:57:33 -04:00
  • c3d7a3328d In the doughnut chart, specifically handle multiline strings. Evert Timberg 2016-09-17 17:06:26 +02:00
  • 62ef40ebf6 skip non finite data points when determining scale sizes. Fixes #3125 Evert Timberg 2016-09-24 12:19:49 -04:00
  • ba133876c2 Merge pull request #3356 from simonbrunel/aspect-ratio Evert Timberg 2016-09-24 12:06:45 -04:00
  • f6ac8279cc Fix 2 minor documentation issues in the scale documentation. #3341 (#3360) Evert Timberg 2016-09-24 11:54:51 -04:00
  • 11e8c50f72 Compute correct tooltip size when there is no title present (#3324) Evert Timberg 2016-09-24 04:58:31 -04:00
  • 9015e72ae1 Fix the legend drawing when labels.usePointStyle is true (#3323) Evert Timberg 2016-09-24 04:57:33 -04:00
  • edc22cad72 Merge pull request #3358 from dylan-kerr/fix/limit-title-length Evert Timberg 2016-09-23 20:20:01 -04:00
  • d57526c453 Merge pull request #3357 from kant/patch-1 Evert Timberg 2016-09-23 20:19:08 -04:00
  • 7d65bd3f52 Initial core.controller.js unit tests Simon Brunel 2016-09-23 17:44:17 +02:00
  • 4f668c3ed9 Adjust expected values in core.title.tests.js dylan-kerr 2016-09-23 22:36:58 +01:00
  • fb302d5f00 Set maxWidth during title draw to avoid overflow dylan-kerr 2016-09-23 22:05:54 +01:00
  • 503e6f8291 Minor fixes (proposal) Darío Hereñú 2016-09-23 16:00:34 -03:00
  • d610987cfb Fix radar default aspect ratio and samples Simon Brunel 2016-09-23 17:44:06 +02:00
  • 16bcd6adc5 Fix initial aspect ratio when not responsive Simon Brunel 2016-09-23 17:43:52 +02:00
  • 8ec7ce2f93 Gulp command switch to run specific test files Simon Brunel 2016-09-23 17:42:56 +02:00
  • 84da2e0a10 Make charts vertically responsive (#3105) (#3326) Simon Brunel 2016-09-23 17:46:17 +02:00
  • 88c69f5f8c Move reverse option for labels to correct section in docs Addresses comment in #3102 Zach Panzarino 2016-09-23 00:12:40 +00:00
  • d2035c7a15 Release 2.3.0 v2.3.0 Chart.js 2016-09-22 19:03:01 +00:00
  • 57d8ab2e03 Merge branch 'master' into release Simon Brunel 2016-09-22 20:56:14 +02:00
  • eea51e8678 Bump version to 2.3.0 Simon Brunel 2016-09-22 20:53:26 +02:00
  • ded5fcc159 Release 2.3.0-rc.1 v2.3.0-rc.1 Chart.js 2016-09-21 19:18:14 +00:00
  • 64f37a32b4 Merge pull request #3321 from chartjs/master Simon Brunel 2016-09-21 21:14:21 +02:00
  • 631b54522c Ensure the second pie chart sits inline Nick Downie 2016-09-21 11:17:17 +01:00
  • 4da47a8430 Bump version to 2.3.0-rc.1 Simon Brunel 2016-09-17 11:37:34 +02:00
  • d9f6e6d0c5 Change bower package name for chart.js (#1562) Simon Brunel 2016-09-17 11:24:31 +02:00
  • 56845d3cbb Merge pull request #3315 from zachpanz88/fix-pie-multi-dataset Zach Panzarino 2016-09-15 23:19:47 -04:00
  • 051f5b015b Fix bug with pie/doughnut chart legends Fixes a rendering issue when there are multiple datasets on a pie chart and they do not all contain the same number of data in their datasets Fixes #3309 Zach Panzarino 2016-09-16 01:29:01 +00:00
  • b5544d1a1b Merge pull request #3287 from simonbrunel/tests-cleanup Evert Timberg 2016-09-15 18:12:34 -04:00
  • 5c5b1bfe59 Turn off linebreak-style linting rule Simon Brunel 2016-09-15 23:10:03 +02:00
  • 8e37a11e39 Merge pull request #3308 from zachpanz88/eslint Simon Brunel 2016-09-15 18:01:19 +02:00
  • 8207027743 Implement eslint changes proposed by @simonbrunel in code review Zach Panzarino 2016-09-15 12:49:11 +00:00
  • a929fd473e Include changes suggested by @etimberg in code review Zach Panzarino 2016-09-15 01:21:45 +00:00
  • 8bc280e185 Allow variable use before define with warning Zach Panzarino 2016-09-15 00:27:29 +00:00
  • bddd4cd94b Fix style issues in core and scales Zach Panzarino 2016-09-15 00:23:30 +00:00
  • dd8fa78b45 Fix more style errors in controllers, elements, and scales Zach Panzarino 2016-09-14 22:34:41 +00:00
  • 9bf2e2bf7a Remove func-call-spacing rule Zach Panzarino 2016-09-14 18:16:21 +00:00
  • 11739234a4 Add keyword spacing to eslint and update code Zach Panzarino 2016-09-14 18:12:23 +00:00
  • 2d2f475a7a First round of eslint fixes Zach Panzarino 2016-09-14 18:05:19 +00:00
  • f6eb675470 Update new eslint rules Zach Panzarino 2016-09-14 18:03:55 +00:00
  • 894b9928e7 Fix broken links in Maintaining.md Zach Panzarino 2016-09-12 23:21:40 -04:00
  • d8b13ca4ab Merge pull request #3261 from desowin/3211 Evert Timberg 2016-09-12 19:37:50 -04:00
  • 0514ed4793 Fix check for undefined Tomasz Moń 2016-09-12 10:37:04 +03:00
  • 1c831230e3 Merge pull request #3284 from chartjs/fix/3278 Evert Timberg 2016-09-11 07:46:06 -04:00
  • eb5bca6a4a When the category scale is used as the non main scale, return the correct data for the tooltip Evert Timberg 2016-09-09 21:03:59 -04:00
  • eb15ddfd2b Cleanup React extension links (#3282) Chris Fä 2016-09-09 23:17:31 +02:00
  • 90b56efab0 Merge pull request #3280 from trantorLiu/master Evert Timberg 2016-09-08 19:26:55 -04:00
  • a4bf786c2c Update 01-Chart-Configuration.md Chun-Yi Liu 2016-09-08 18:23:31 -05:00
  • 4901471445 Automatically expose custom Jasmine matchers Simon Brunel 2016-09-08 23:29:39 +02:00
  • 8254331eef Fix time scale tests using the wrong chart instance Simon Brunel 2016-09-06 11:34:33 +02:00
  • efb82d93d8 Auto-release charts if not persistent (tests) Simon Brunel 2016-09-06 11:10:44 +02:00
  • 38f85c98b5 Fix 3267 Add "onHover" functionality for legend (#3271) Lubomir Sotirov 2016-09-07 16:59:33 +02:00
  • 52cdff5fc1 Merge pull request #3254 from ianks/minDisplayFormat Simon Brunel 2016-09-08 13:34:53 +02:00
  • 7dcbde48f9 Merge pull request #3256 from simonbrunel/code-cleanup Evert Timberg 2016-09-06 15:21:24 -04:00
  • 7af6e7f192 Suport minUnit for time scale Ian Ker-Seymer 2016-09-02 16:39:25 -04:00
  • cd24895cd1 Build labelDiffs cache once per update (#3211) Tomasz Moń 2016-09-04 10:22:27 +03:00
  • 020ac35852 Build label diff lookup table Tomasz Moń 2016-09-03 19:40:13 +03:00
  • 7c93255b16 Enforce curly braces for single statement block Simon Brunel 2016-09-03 17:49:58 +02:00
  • 3d40774c7d Enforce consistent tab indentation Simon Brunel 2016-09-03 10:53:32 +02:00
  • 69ab0d3e23 Use gulp-eslint instead of gulp-jshint Simon Brunel 2016-09-02 21:56:22 +02:00
  • 1f67e54d79 Remove unused npm packages Simon Brunel 2016-09-01 22:17:45 +02:00
  • 6269e2c437 Error possible when using the plugin Chart.Zoom.js used with time scale (#3194) courchef 2016-09-03 12:06:09 -04:00
  • 4cbff0278e Merge pull request #3223 from simonbrunel/bower_release Simon Brunel 2016-09-03 18:02:38 +02:00
  • 2268bef321 Merge pull request #3242 from Pikamander2/new_branch Evert Timberg 2016-09-02 18:46:16 -04:00
  • 6408ba426c Fix #3022 Multi-lines label alignment (#3239) Ekaterina Dontsova 2016-09-03 01:26:03 +03:00
  • a42f3e786e Update link to slack automation in Contributing.md Zach Panzarino 2016-09-01 15:20:18 +00:00
  • f3c51fc624 Fix zero border width not working (issue #3241) Pikamander2 2016-09-01 02:28:10 -04:00
  • 2002ca058b Fix zero border width not working (issue #3241) Pikamander2 2016-09-01 02:18:42 -04:00
  • e35df050fb Update README.md Tanner Linsley 2016-08-30 09:04:16 -06:00
  • 594605c5c4 Remove deprecated gulp tasks and dependencies Simon Brunel 2016-08-28 18:25:15 +02:00
  • 6d5638e415 Describe the release process Simon Brunel 2016-08-28 17:34:22 +02:00
  • f12fbbc6cc Remove encrypted data from .travis.yml Simon Brunel 2016-08-28 15:53:34 +02:00
  • e8a51d80c8 #3033 Deploy dist files and bower.json (tags) Simon Brunel 2016-08-28 12:18:18 +02:00
  • cd50edbc84 #3182 Gulp task to generate bower.json file Simon Brunel 2016-08-25 21:13:27 +02:00
  • 0ebe388611 Update version for v2.2.2 release v2.2.2 etimberg 2016-08-27 08:29:09 -04:00
  • 4a4dccd6c1 Fix #3044 Line chart single data point centering (#3166) Ekaterina Dontsova 2016-08-25 19:52:12 +03:00
  • 8afac7bd3c Merge pull request #3191 from chartjs/fix/2994 Evert Timberg 2016-08-23 17:09:31 -04:00
  • 016f070a32 Merge pull request #3192 from chartjs/fix/2872 Evert Timberg 2016-08-23 17:09:18 -04:00
  • 904f19fb7e When drawTicks is false, we should not include their size in the size of the axis etimberg 2016-08-22 20:09:09 -04:00
  • 1749d90faf Fix issues with repeated labels in the category scale and added a test to cover this case. Evert Timberg 2016-08-22 18:03:56 -04:00
  • b33aff2091 Merge pull request #3131 from Lighnat0r/master Evert Timberg 2016-08-22 17:53:55 -04:00
  • 89531c6b93 Merge pull request #3112 from MatthieuRivaud/MonotoneCubicInterpolation Evert Timberg 2016-08-22 17:53:31 -04:00
  • c94673e55a Merge pull request #3128 from vermeeca/3127-tooltip-sort Evert Timberg 2016-08-22 17:53:11 -04:00
  • c283867f73 Remove smallestLabelSeparation from TimeScale (#3186) Tomasz Moń 2016-08-22 21:50:48 +03:00
  • e1995473f0 Document possible options for animation.easing (#3111) mdewilde 2016-08-21 23:00:29 +02:00
  • 349a8a33ea Added borderDash support for grid lines (#3136) (#3142) Karthik Iyengar 2016-08-12 22:01:54 +05:30
  • 31197978b7 Fix #2966: 0 values in logarithmic scale for line and vertical bar charts (#3016) Ekaterina Dontsova 2016-08-11 22:40:25 +03:00
  • ff0e8eadab Use parser options in getPixelForValue for time scale Lighnat0r 2016-08-10 19:14:02 +02:00
  • 88de438c0e 3127 - Modify the itemSort callback for tooltips to accept a third parameter of the data object passed to the chart Craig Vermeer 2016-08-10 09:54:21 -04:00
  • 5fea5a1156 Merge pull request #3094 from chartjs/fix/3090 Evert Timberg 2016-08-09 23:00:50 -04:00
  • c20d391b49 Remove empty if statement in element.line.js Zach Panzarino 2016-08-10 01:39:03 +00:00
  • abfbdd5f31 Remove unneeded trailing commas Zach Panzarino 2016-08-10 01:35:34 +00:00
  • 6e9ee1f137 Merge 'Documentation updates' #3110 Zach Panzarino 2016-08-10 00:12:56 +00:00
  • 57f2d7de58 Update docs and add plugin section (suggested by @simonbrunel) Zach Panzarino 2016-08-09 14:34:59 +00:00
  • 7635ab4a4e Calling |helpers.sign| instead of |Math.sign| directly for IE and Safari compatibility. MatthieuRivaud 2016-08-09 09:32:10 +02:00