Commit Graph

2816 Commits

Author SHA1 Message Date
Jukka Kurkela
09bd524dd3 Use document when getRootNode is unsupported (#6630) 2019-10-29 17:22:35 -04:00
Ben McCann
994fe712de Remove deprecated userCallback (#6638) 2019-10-29 17:22:11 -04:00
Ben McCann
46ae5814fd Start v3 migration guide (#6639) 2019-10-29 17:21:45 -04:00
RatherLogical
50fd869334 Update tooltip content and styling on update() (#6635)
Update tooltip content and styling on update()
2019-10-29 06:39:07 -04:00
Ben McCann
7c66b2f28c Combine performance docs (#6632) 2019-10-28 18:11:50 -04:00
Jukka Kurkela
0228776e66 Remove deprecated interaction modes (#6625)
* Remove deprecated interaction modes
* Use default modes
2019-10-28 18:11:38 -04:00
Jukka Kurkela
39d83eeae0 Fix scatter sample (#6627) 2019-10-28 18:08:52 -04:00
Ben McCann
d932f9c56e Remove deprecated code from index.js (#6623)
Remove deprecated code from index.js
2019-10-28 07:03:39 -04:00
Ben McCann
26dc04d25f Remove deprecated code from time scale and bar chart (#6622)
* Remove deprecated code from bar chart
* Remove deprecated code from time scale
2019-10-27 18:46:28 -04:00
Jukka Kurkela
d6ba91f732 Remove deprecated code from animations and core (#6624) 2019-10-27 18:28:47 -04:00
Sebastian Niemann
9537548321 Adds support for ES6 modules (#6619) 2019-10-27 18:28:25 -04:00
Ben McCann
4d69119d18 Remove mergeTicksOptions (#6621) 2019-10-27 18:12:05 -04:00
Jukka Kurkela
5b0a0b039c Time scale: return time from getValueForPixel (#6616) 2019-10-27 16:36:57 -04:00
Eliz
17655c7fec Add label alignment option to axis label title (#6521)
Add label alignment option to axis label title
2019-10-27 16:36:08 -04:00
Ben McCann
08d133817b Remove xLabel and yLabel from tooltip and chart and scales from element (#6606)
* Element should not have reference to chart
* Remove scales from element
* Remove deprecated xLabel and yLabel
2019-10-27 16:35:15 -04:00
Ben McCann
92a4654d9b Remove deprecated helpers (#6607) 2019-10-27 16:33:44 -04:00
Ben McCann
0da237a315 Remove undocumented "custom" feature (#6605)
Remove undocumented "custom" feature
2019-10-27 16:33:21 -04:00
Jukka Kurkela
cc844f068f remove relativePoints option support (#6595) 2019-10-27 16:30:48 -04:00
Jukka Kurkela
db4a0d4569 Limit onClick to chartArea (#6227)
* Limit onClick to chartArea
* Utilize helpers.canvas._isPointInArea
2019-10-27 16:29:07 -04:00
Evert Timberg
1ac3a697f7
Add babel plugin for rollup & transform code (#6555)
* Add babel plugin for rollup & transform code
* Add .browserlistrc file & copy defaults
2019-10-27 16:28:30 -04:00
Jukka Kurkela
0de668b46f Fix line / non-numeric-y (#6617) 2019-10-27 15:05:23 -04:00
Evert Timberg
d4dc505966
Bump version number to v2.9.1 (#6612) 2019-10-27 14:51:07 -04:00
Ben McCann
ae80936f03 Add link to performance documentation (#6613) 2019-10-27 14:50:18 -04:00
Jukka Kurkela
11883aa59d Stop limiting getDecimalForPixel to chart area (#6608) 2019-10-27 09:16:38 -04:00
Jukka Kurkela
29de4aff21 Don't use deprecated options in tests (#6609) 2019-10-27 09:15:53 -04:00
Ben McCann
21da5be3c6 Fix horizontalBar deprecation warnings (#6603)
Fix horizontalBar deprecation warnings
2019-10-26 12:48:48 -04:00
Ben McCann
ea100d400e Bump version number to 2.9.0 (#6600) 2019-10-25 14:57:21 -04:00
Jukka Kurkela
333118bff6 Hover styling for dataset in 'dataset' mode (#6527)
* Hover styling for dataset in 'dataset' mode
2019-10-25 13:22:37 -04:00
Ben McCann
9ff1c845f2 Bar options should not be defined on scale (#6249)
* Bar options should not be defined on scale

* Improve minimization

* Add tests

* Multiple datasets in test
2019-10-25 12:17:41 -04:00
Simon Tang
0b62f28f94 Inject styles into Shadow DOM when inside Shadow DOM (#5763) (#6556) 2019-10-25 07:15:39 -04:00
Ben McCann
4d7fefcdb6 Remove a couple calls to helpers.each (#6594) 2019-10-25 07:14:07 -04:00
Ben McCann
f606c23f2f Fix unit determination when autoSkip is enabled (#6583) 2019-10-24 19:21:45 -04:00
Ben McCann
6c9f202c68 Fix autoskip for first segment of chart (#6584)
* Fix autoskip for first segment of chart

* Fix issue identified during review
2019-10-24 19:21:05 -04:00
Ben McCann
3cb308d16c Fix sampleSize option (#6586) 2019-10-22 20:59:22 -04:00
Ben McCann
c6c991d0f0 Add a note to the perf documentation about rotation (#6585) 2019-10-22 20:57:51 -04:00
Jukka Kurkela
cec2d2652e Remove duplicate scale building (#6247) 2019-10-22 19:15:15 -04:00
Jukka Kurkela
6b6f1a4c51 Implement dataset.order (#6268)
Allow sorting datasets based on the `order` property
2019-10-22 19:14:54 -04:00
Jukka Kurkela
feaf418d4e Return correct index/value id in radar/polarArea (#6581) 2019-10-19 17:20:48 -04:00
Jukka Kurkela
d3860137fe Fix logarighmic test to use correct scale (#6580) 2019-10-19 16:17:57 -04:00
Ben McCann
69a5082bd6 Make autoskip aware of major ticks (#6509)
* Make autoskip aware of major ticks
* Address review comments
* Fix codeclimate warning
* Add test for major and minor tick autoskipping
* Revert change for determining _majorUnit and fix sample
2019-10-19 16:13:04 -04:00
Jukka Kurkela
6bc6630b87 [perf] cache resolved data element options (#6579)
* [perf] cache resolved data element options
* Address review comments
* Move uninitialized variables, update comments
2019-10-19 09:19:12 -04:00
Ben McCann
959ea08224 [perf] simplify line drawing (#6575)
* Simplify line drawing

* Remove duplicate initialization
2019-10-18 07:25:37 -04:00
Ben McCann
daafbc7b66 Sample only if specified option value is smaller than number of ticks (#6572) 2019-10-17 20:47:00 -04:00
Ben McCann
fc76610b12 Add ticks.sampleSize option (#6508) 2019-10-09 13:25:04 -04:00
Takuya Uehara
e9f341889f Add link to linear radial axis for radar chart doc (#6554) 2019-10-06 10:02:00 -04:00
Jukka Kurkela
b24e42b1bd Make sure zeroLineIndex is defined (#6528) 2019-09-18 22:18:32 -04:00
Jukka Kurkela
29f1337bd2 Fix right side scale ticks (#6523) 2019-09-16 16:03:31 -04:00
Daniel Cohen Gindi
376da2131e Implemented RTL support for legends and tooltips (#6460)
Implemented RTL support for legends and tooltips
2019-09-11 19:20:03 -04:00
Ben McCann
995efa5f9e Improved minimization for calling helpers (#6507) 2019-09-07 19:09:15 -04:00
Ben McCann
ce8ee02ccd Reduce indentation by reversing if check (#6497) 2019-09-07 10:56:15 -04:00