Commit Graph

3062 Commits

Author SHA1 Message Date
Ben McCann
28e03946a1
No need to use rollup commonjs plugin (#7122) 2020-02-19 20:51:01 -05:00
Jukka Kurkela
4a737729d5
Move color helpers to helpers.color (#7130)
Move color helpers to helpers.color
2020-02-19 18:14:22 -05:00
Jukka Kurkela
9ddda713e4
Rename steppedLine to stepped (#7127)
Rename steppedLine to stepped
2020-02-19 18:13:40 -05:00
Jukka Kurkela
f2aa88f49d
Prepare babel & karma for class properties (#7126)
* Prepare babel & karma for class properties
* Remove rollup-plugin-istanbul
2020-02-19 14:24:16 -05:00
Ben McCann
10c3c3bbc9
Simplify rtlAdapter export (#7120) 2020-02-19 14:20:11 -05:00
Ben McCann
93f777821a
Remove version from docs. Use latest (#7128) 2020-02-19 14:19:46 -05:00
Ben McCann
5899d54249
Include Typedoc files on GitHub pages (#7119) 2020-02-19 14:17:51 -05:00
Ben McCann
028ee30505
Make margins private (#7123) 2020-02-19 14:15:48 -05:00
Jukka Kurkela
7b029aa780
Doughnut / PolarArea cleanup (#7113)
Doughnut / PolarArea cleanup
2020-02-17 18:45:30 -05:00
Ben McCann
3682da7899
JSDoc fixes (#7112) 2020-02-17 14:31:43 -05:00
Jukka Kurkela
bfe34214ac
Use ResizeObserver and MutationObserver to detect detach/attach/resize (#7104)
* Use Resize/MutationObserver to detect detach/attach/resize
* Cleanup
* Review update
* Restore infinite resize detection (#6011)
2020-02-17 11:00:03 -05:00
Jukka Kurkela
7397a41fac
Change remaining for of loops to regular ones (#7103) 2020-02-14 14:12:23 -05:00
Evert Timberg
8245da44f5
Strip comments from ESM build otherwise the TS compiler breaks (#7102)
* Strip comments from ESM build otherwise the TS compiler breaks
* Cleanup no ESM build as well
2020-02-14 14:11:24 -05:00
Jukka Kurkela
f0fd28af66
Allow "spriting" text in fixtures (#7073)
Allow "blit" text drawing in fixtures
2020-02-14 12:33:08 -05:00
Ben McCann
1b1c7fc302
Remove unused property _maxLabelLines (#7101) 2020-02-14 12:29:52 -05:00
Jukka Kurkela
7c1fb37c61
Babel @kurkle/color for IE support (#7099)
Babel @kurkle/color for IE support
2020-02-14 12:29:33 -05:00
Jukka Kurkela
a476c3247c
Fix transparentize in samples (#7098) 2020-02-13 18:42:53 -05:00
Jukka Kurkela
72c3c6d080
Fix memory leak (#7097) 2020-02-13 18:42:25 -05:00
Jukka Kurkela
25a9969489
Enable esnext and fix all lint errors (#7094)
* enable esnext and fix all lint errors

* Review update

* Missed some

* Some cleanup still

* Remove leftover eslint disable
2020-02-13 18:41:49 -05:00
Ben McCann
7609385544
Cleanup some Typescript comments (#7088) 2020-02-12 08:03:23 -05:00
Ben McCann
40b8254ca4
Cleanup private methods on Scales (#7082) 2020-02-11 19:18:13 -05:00
Ben McCann
ce321bb815
Look for any branch starting with release (#7087) 2020-02-11 11:52:10 -05:00
Ben McCann
2f17dbcd70
Prefix private controller methods with underscore (#7081)
Prefix private controller methods with underscore
2020-02-10 17:57:22 -05:00
Ben McCann
460ac02a92
Document types for TimeScale (#7083) 2020-02-10 17:57:04 -05:00
Jukka Kurkela
f7d2bbd29f
Utilize _angleBetween in Arc (#7080)
* Utilize _angleBetween in Arc
* More ES6 chrore on Arc
2020-02-10 15:10:51 -05:00
Jukka Kurkela
88284380c7
Animate circumference (#7079) 2020-02-10 15:10:15 -05:00
Jukka Kurkela
44a624f2d1 Fix typo and update dependencies (#7077)
* Fix typo and update dependencies
* Update `isColorInstance`
2020-02-09 20:14:38 -05:00
Jukka Kurkela
92b2f7908e
Fix lint issues in gulpfile.js (#7076)
* Fix lint issues in gulpfile.js
* .eslintignore update
2020-02-09 11:50:11 -05:00
Jukka Kurkela
25002f2763
Defaults as ES6 class (#7074)
* Defaults as ES6 class

* Review comments
2020-02-09 08:52:18 -05:00
Ben McCann
12ea8d86ca
Fix time scale computeOffsets (#7072) 2020-02-08 18:08:42 -05:00
Jukka Kurkela
f5655c511e
PluginService as ES6 class (#7075)
* PluginService as ES6 class
* Review update
2020-02-08 18:06:49 -05:00
Ben McCann
9c5a1aabce
Simplify financial sample (#7070) 2020-02-08 08:10:20 -05:00
Jukka Kurkela
fa79eb8797
Switch from chartjs-color to @kurkle/color (#7059) 2020-02-07 19:24:29 -05:00
Ben McCann
795c86e95b
Fix errors reported by TypeScript compiler (#7030) 2020-02-07 18:03:33 -05:00
Ben McCann
df407d23f0
core.scale cleanup (#7067) 2020-02-06 18:17:05 -05:00
Jukka Kurkela
70b6eab563
Configurable hide/show animations (#7055)
Configurable hide/show animations
2020-02-06 18:16:24 -05:00
Ben McCann
6affaa2a73
Convert controllers to ES6 classes (#7061) 2020-02-06 07:33:00 -05:00
Evert Timberg
93757a53e5
Fix legend title drawing + update sample (#7060) 2020-02-06 07:31:33 -05:00
Ben McCann
a30f753321
Finishing removing old major/minor options (#7042)
* Finishing removing old major/minor options
* Fix samples
2020-02-05 18:20:01 -05:00
Ben McCann
f9cd9fdf76
JSDoc and other cleanup (#7057) 2020-02-05 08:27:02 -05:00
Ben McCann
c79e8090e8
Make datasetController an ES6 class (#7056) 2020-02-04 18:09:56 -05:00
Ben McCann
3b61a1f86e
Generate ticks when source is data (#7044)
Generate ticks when source is data
2020-02-03 19:22:09 -05:00
Ben McCann
1c18a74ea0
Fix some JSDoc errors (#7026)
* Fix some JSDoc errors

* Fix helpers.dom JSDoc errors

* Add scale JSDoc errors

* Address review comment

* Fix additional errors

* Document optional parameters

* JSDoc fixes for datasetController

* Remove undefined
2020-02-03 07:52:55 -05:00
Ben McCann
f5d9892ad8
Improved formatting of numeric scale labels (#7007)
* Improved formatting of numeric scale labels

* Put locale on options

* Use scientific notation for big ticks

* Remove extra parameter
2020-02-03 07:36:30 -05:00
Ben McCann
f5c4494621
Cleanup imports on controllers (#7052) 2020-02-03 07:34:54 -05:00
Ben McCann
7cd77e779d
Update imports for elements (#7049) 2020-02-03 07:34:36 -05:00
Ben McCann
771fe52095
Update legend imports (#7048) 2020-02-01 08:29:39 -05:00
Ben McCann
251f3832bc
Remove extra call to _getLabelCapacity (#6999) 2020-02-01 08:24:23 -05:00
Ben McCann
26536f8849
Fix bug in opacity handling (#7047) 2020-02-01 08:20:22 -05:00
Ben McCann
316f0e2244
Cleanup time scale imports (#7041) 2020-01-31 07:10:37 -05:00