Commit Graph

2811 Commits

Author SHA1 Message Date
Ben McCann
a985fecc98 Stop unnecessary line calculations (#6671) 2019-11-02 13:43:33 -04:00
Jukka Kurkela
1cce8a54c0 Backward compatible default fill for radar charts (#6655)
* Backward compatible fill behavior for radar
2019-11-02 13:43:33 -04:00
Jukka Kurkela
a920bfe34f Hide correct dataset from legend (#6661) 2019-11-02 13:43:33 -04:00
Jukka Kurkela
201fe46f4a Versatile clipping for lines (#6660) 2019-11-02 13:43:33 -04:00
Ben McCann
ad26311058 Refresh package-lock to pick up new version of chartjs-colors (#6663) 2019-11-02 13:43:33 -04:00
Evert Timberg
8abfbcb5e9 Update version number to v2.9.2 (#6657) 2019-11-02 13:43:33 -04:00
Ben McCann
45550ed7c2 Combine performance docs (#6643) 2019-11-02 13:43:33 -04:00
Jukka Kurkela
65421bbed9 Use document when getRootNode is unsupported (#6641) 2019-11-02 13:43:33 -04:00
Evert Timberg
a92dd7b97f
Release v2.9.1 (#6618)
Release v2.9.1
2019-10-27 15:11:33 -04:00
Evert Timberg
26b9d1f6ad
Merge pull request #6601 from chartjs/master
Version 2.9.0
2019-10-25 20:25:10 -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
Ben McCann
43beb4e9d5 AutoSkip in update (#6355)
* AutoSkip in update

* Address review comments

* Add v3 to TODO

* Address review comments

* Remove unrelated code cleanup
2019-09-07 07:24:31 -04:00
Matthias Perret
6e69a38305 Add elements.arc.angle in documentation (#6491)
Add elements.arc.angle in documentation
2019-09-07 07:20:07 -04:00
Ben McCann
df9e2d00bd Html dom building (#6490)
Replaces #6179 and builds HTML legend strings using dom nodes rather than building up an HTML string directly.
2019-09-07 07:19:17 -04:00
Ben McCann
f68b8adaac Upgrade rollup and plugins to fix build (#6493) 2019-09-04 07:44:01 -04:00
HansM
2954cf8a99 Fixed incorrect spelling in pie dataset options. (#6466)
Fixes https://github.com/chartjs/Chart.js/issues/6465.
2019-08-14 19:02:08 -04:00
Ben McCann
40934837c9 Minor cleanup (#6362) 2019-08-12 20:36:46 -04:00
Jake
053729ac44 Add link back to home page from docs (#6435)
* Add link back to home page from docs #6433

* Modify link texts

* Edit homepage link
2019-08-04 19:49:58 -04:00
Angus Comrie
a46dd96ddf clamps argument of toExponential between 0 and 20 (#6423) 2019-08-02 21:23:15 -04:00
Akihiko Kusanagi
6632b8ba84 Add radar chart config options (#6393)
* Add radar chart config options

* Add default value of spanGaps option for radar charts

* Address review comments
2019-07-21 08:00:11 -04:00
Akihiko Kusanagi
626d8cc714 Draw the rightmost grid line when offsetGridLines is true (#6326)
* Draw the rightmost grid line when offsetGridLines is true

* Refactor based on feedback

* Replace helpers.each with for loop

* Minor refactoring

* Refactor _computeItemsToDraw
2019-07-18 18:25:33 -04:00
Ben McCann
28fdffbeb9 Perf improvement for ticks.source:'labels' (#6354)
* Perf improvement for ticks.source:'labels'

* Address review comments

* Address review comments
2019-07-18 18:24:25 -04:00
Jukka Kurkela
cbace1cfe2 Handle reverse support in core.scale (#6343)
* Move log10 from core.helpers to helpers.math

* Refactor scales
2019-07-15 17:20:16 -04:00
Ben McCann
dd6e007ac1 Add helpers.math._factorize (#6360)
* Add helpers.math._factorize
* Remove duplicate test statement
2019-07-02 18:22:47 -04:00
Ben McCann
fb3d6ab93c Lazily compute label sizes (#6351)
* Lazily compute label sizes

* Reduce file size
2019-06-27 06:49:04 -04:00
Ben McCann
d480e11ea0 Render charts only once in time scale tests (#6347) 2019-06-25 18:46:24 -04:00
Akihiko Kusanagi
0d3754254a Correct descriptions on ticks.display and add pointLabels.display (#6293)
* Correct descriptions on ticks.display and add pointLabels.display

* Remove notes about angleLines.display and pointLabels.display
2019-06-23 11:44:35 -04:00