Andy and GitHub
73124d44b4
chart.js: barThickness string value must be "flex" ( #27613 )
2018-07-27 08:56:38 -07:00
headdetect and Andy
299b729072
Update chart.js/index.d.ts ( #27575 )
...
The `barThickness` can be `'flex'` as well. So we must be able to accept strings.
2018-07-26 10:09:20 -07:00
Amiram Korach and Ryan Cavanaugh
26defd42ae
fix chart.js plugins to be an array ( #27298 )
...
http://www.chartjs.org/docs/latest/developers/plugins.html#using-plugins
2018-07-15 12:29:57 -07:00
Guillaume RODRIGUEZ and Mohamed Hegazy
779c9f9a59
[Chart.js] Fix plugins global registration and order ( #27046 )
...
* [Chart.js] Fix plugins global registration
* [Chart.js] Fix plugin callback order
* Trailing whitespace
2018-07-06 09:34:38 -07:00
Francesco Benedetto and Mohamed Hegazy
028b6d91ab
Add 'onResize' callback definition ( #26787 )
2018-07-05 09:55:33 -07:00
Guillaume RODRIGUEZ and Mohamed Hegazy
9629215c7a
[Chart.js] Add static helpers ( #27045 )
2018-07-05 09:54:04 -07:00
Paul van Brenk and GitHub
c4778605c6
Merge pull request #26513 from alexdor/master
...
[chart.js] Add getDatasetMeta fucntion to chart
2018-06-26 13:31:55 -07:00
Paul van Brenk and GitHub
155bf666ae
Merge pull request #26688 from mig-visiblee/feature/radial-chart
...
[chart.js] added RadialChartOptions + made RadialLinearScale extend LinearScale
2018-06-25 15:00:28 -07:00
Alexandros Dorodoulis and GitHub
6126d83561
Merge branch 'master' into master
2018-06-21 10:58:19 +03:00
Nathan Shively-Sanders and GitHub
d7da590a7b
Merge pull request #25574 from dvorakroth/master
...
chart.js -- both X and Y axes can have time-related options
2018-06-20 16:03:25 -07:00
Nathan Shively-Sanders and GitHub
308b58021b
Merge pull request #26470 from frabnt/master
...
[@types/chart.js] Fix type of 'pointStyle' chart setting
2018-06-20 15:58:54 -07:00
Christophe Migliorini
e0b2d7579a
added tests for RadialLinearScale
2018-06-20 11:10:00 +02:00
Christophe Migliorini
2dc8fe760e
made RadialLinearScale extend LinearScale
2018-06-20 07:32:31 +02:00
Alexandros Dorodoulis
4b393891da
test: Add test for getDatasetMeta
2018-06-13 17:03:48 +03:00
Alexandros Dorodoulis
058fea8f6d
feat: Add getDatasetMeta fucntion to chart
2018-06-13 16:53:10 +03:00
Dvorak and GitHub
dfc4d00042
Merge branch 'master' into master
2018-06-12 07:09:44 +00:00
fbenedetto
3b001a036c
[@types/chart.js] Fix type for 'pointStyle' chart setting
2018-06-12 08:48:32 +02:00
Simon Podlipsky
abeaf1be7f
Add Bounds field to Chart.js CommonAxe
2018-06-08 16:58:30 +02:00
Stephen Allred and GitHub
3d4bf4345d
Added missing maxBarThickness
...
Added missing maxBarThickness to the CommonAxe interface
2018-06-06 12:34:12 +01:00
gebeto
3fa573769e
chart.js - improvements
2018-05-31 14:06:24 +03:00
Ólavur Debes Joensen and Sheetal Nandi
44252be6ab
Fix typo fullWdith -> fullWidth ( #25676 )
2018-05-10 13:00:01 -07:00
cleto100 and Sheetal Nandi
6406de8be6
Adding offset to for CommonAxe interface definition which is boolean … ( #25620 )
2018-05-08 12:44:21 -07:00
Ken Elkabany and Sheetal Nandi
d2efe5aac4
chart.js: Add options for time cartesian axis. ( #25462 )
...
- ChartPoint.t, scale distribution, and ticks source.
2018-05-07 10:49:34 -07:00
dvorakroth
d76dea208f
chart.js -- both X and Y axes can have time-related options
2018-05-07 08:24:19 +00:00
Dvorak and Andy
e8fd14b182
chart.js -- ChartPoint.y is allowed to be string and Date ( #25474 )
...
* Papaparse: added Parser.pause() & Parser.resume()
* chart.js -- ChartPoint.y is allowed to be string and Date
2018-05-02 08:34:58 -07:00
dvorakroth
6509669d3d
chart.js -- ChartPoint.y is allowed to be string and Date
2018-05-02 10:55:27 +00:00
Westin Christensen and Mohamed Hegazy
c914299740
Chart.js :: Added a missing type for beginAtZero for TickOptions. ( #24920 )
...
* Added a missing type for beginAtZero.
* Consolidated tick options into single interface, addressed PR comments.
* Added tslint disable for a depricated interface.
2018-04-13 12:12:02 -07:00
Simon Archer and Mohamed Hegazy
509c1b2d90
chart.js - Add datasetIndex property to ChartLegendItem ( #24712 )
...
* Add datasetIndex property to ChartLegendItem.
* New sub-type interface for ChartLegendLabelItem.
2018-04-12 10:00:20 -07:00
Benoît Zugmeyer and Mohamed Hegazy
fbd66a68aa
[chart.js] add the Chart option devicePixelRatio ( #24926 )
...
See [chart.js documentation](http://www.chartjs.org/docs/latest/general/device-pixel-ratio.html )
2018-04-12 09:59:57 -07:00
Benoît Zugmeyer and Mohamed Hegazy
c61cfb1003
[chart.js] the text property of title options can be string[] ( #24923 )
...
See the [chart.js
documentation](http://www.chartjs.org/docs/latest/configuration/title.html ):
"if specified as an array, text is rendered on multiple lines."
2018-04-11 16:14:16 -07:00
Dylan Simon and Mohamed Hegazy
00ca94db93
chart.js: add ChartOptions.onHover alias and amend type ( #24740 )
...
Present in 2.7 as per docs and code
2018-04-09 10:02:39 -07:00
makino
fec9ddca98
Defined plugins option more precisely.
2018-03-09 13:49:02 +09:00
makino
4462b34e09
Added plugins option property to ChartOption
2018-03-07 19:10:40 +09:00
Benjamin Lichtman and GitHub
56f2bb337e
Merge pull request #23944 from stuartflgray/master
...
[Chart.js] Add radius 'r' property to ChartPoint interface for bubble charts
2018-02-28 13:37:57 -08:00
Stuart Gray
2f96ad4778
Add bubble chart radius property to ChartPoint
2018-02-27 11:19:02 +00:00
rtaseen and GitHub
cc768c7089
Merge pull request #1 from rtaseen/patch-2
...
Remove arbitrary plugin key in test object
2018-02-21 21:41:00 -05:00
rtaseen and GitHub
5409ea85f9
Remove arbitrary plugin key in test object
...
Incorrect interface implementation
2018-02-21 21:38:12 -05:00
rtaseen and GitHub
22531c8298
"plugins" key moved from ChartConfiguration to ChartOptions
...
https://stackoverflow.com/questions/44308458/inline-plugin-doesnt-work
2018-02-21 21:20:28 -05:00
Andy Hanson
45c9246c09
Remove esModuleInterop from tsconfigs (no longer mandatory)
2018-02-14 14:55:13 -08:00
Ron Buckton and GitHub
9a5b1dbfe0
Merge pull request #23371 from Silver-Connection/master
...
Add Tooltip positioners support for Chart.js
2018-02-07 18:54:41 -08:00
Andy and GitHub
bef4d2b27d
Enable "esModuleInterop" in all tsconfigs ( #23354 )
2018-02-05 11:01:56 -08:00
Kiarash
d4fbe68f63
#23371 Change ChartTooltipOptions.position tpye to string
2018-02-03 21:51:48 +01:00
Kiarash
2a5d98d3a4
#23371 Fix Travis error
2018-02-03 21:35:53 +01:00
Kiarash
e28df7ba4a
#23371 Fiy typo and updat test
2018-02-03 21:24:56 +01:00
Kiarash
657add1fa2
#23371 Better definition for Chart.js
2018-02-03 21:11:43 +01:00
Kiarash
81cd768d63
Fix TravisCI Bugs
2018-02-02 19:05:24 +01:00
Kiarash
cdcf2aca3c
Remove comments
2018-02-02 18:55:46 +01:00
Kiarash
7fc0863179
Increase version for Chart.Js
2018-02-02 17:32:37 +01:00
Kiarash
539d38aa82
Add support for Tooltip positioners for Chart.Js
2018-02-02 17:29:45 +01:00
Sergey Rubanov and Andy
18c1596bad
[chart.js] Add missing legend label configuration options ( #23157 )
2018-01-26 09:08:30 -08:00