Commit Graph

124 Commits

Author SHA1 Message Date
Nathan Shively-Sanders
077cfc9ee6 Merge branch 'master' into update-project-urls 2019-02-12 16:21:33 -08:00
Nathan Shively-Sanders
f0ce987bc1 Update project urls to match NPM url
Note that this *trivially* updates project urls by adding the NPM url to
the end, even when the urls are almost identical or the DT one is
outdated. I'll clean up the urls in a later commit.

This PR is unfinished! Please do not merge it yet.
2019-02-11 17:10:55 -08:00
Jiri Spac
9fb56fc26d
adds cubicInterpolationMode prop to ChartLineOptions
charts do respect the property as documented here https://www.chartjs.org/docs/latest/charts/line.html#cubicinterpolationmode
2019-02-11 11:47:16 +01:00
Jules Janssen
c0af6b9237
[chart.js] add precision option to LinearTickOptions interface
See [commit](9fbac88938 (diff-bd4c401aafa9aaaa38640e15e4b2ecbc)) and [docs](https://www.chartjs.org/docs/latest/axes/cartesian/linear.html)
2019-01-30 20:05:55 +01:00
Simon Brunel
1411fb96dc Allow module augmentation for chart.js plugin options 2018-12-16 13:08:15 +01:00
Glen
76d38d894f hoverBackgroundColor and hoverBorderColor should accept Color/Color[] 2018-12-02 14:05:33 +02:00
Slavik Nychkalo
310bbee099 Remove me from contributors (#29846)
To disable contribution notifications
2018-10-18 09:02:06 -07:00
Angus Comrie
b3b680e6c4 chartJS: adds minor and major tick options (#29791)
* adds minor and major tick options

* updated to include additional options for major and minor ticks
2018-10-18 08:39:00 -07:00
Daniel Luz
e35089cc40 Allow null/undefined embedded within numeric values (#29723)
Nulls are used create deliberate gaps in charts.
2018-10-15 09:29:55 -07:00
Daniel Luz
f89eb54b58 Declare enum values where applicable (#29722) 2018-10-15 09:28:27 -07:00
Tyler Singer-Clark
65da46f368 add stepSizd to TickOptions (#29268) 2018-10-04 10:52:52 -07:00
Andrew Casey
b66834e030
Merge pull request #28952 from tscizzle/suggested-tick-range
For types/chart.js, added lineHeight, suggestedMin, and suggestedMax to tick options
2018-09-24 16:49:11 -07:00
Jesse Trinity
14d0a6329a
Merge pull request #28941 from Conrad777/master
@types/chart.js: added missing legendCallback to ChartOptions
2018-09-19 15:49:05 -07:00
Tyler Singer-Clark
2f7093b917 also add lineHeight 2018-09-17 13:28:10 -04:00
Tyler Singer-Clark
06906c162b made suggestedMin and suggestedMax optional 2018-09-17 13:14:26 -04:00
Tyler Singer-Clark
9446607636 added suggestedMin and suggestedMax to tick options 2018-09-17 13:06:04 -04:00
Tyler Singer-Clark
b587df4052 added 'scatter' to ChartType list 2018-09-17 11:10:08 -04:00
Conrad Holtzhausen
5d8ff34ff2 @types/chart.js: added missing legendCallback to ChartOptions 2018-09-17 15:02:03 +02:00
Rich Armstrong
9d99876185 chart.js - Add missing animation properties (#28730)
Added animateRotate and animateScale (both boolean) to ChartAnimationOptions. These apply only to doughnut/pie and polar-area charts
2018-09-14 09:58:56 -07:00
atesbana
78a24ac208 Update index.d.ts (#28605) 2018-09-10 15:23:31 -07:00
Sergey Rubanov
2cbbab4a1a
Remove Sergey Rubanov from Chart.js definitions authors list
I don't want to get updates on Chart.js definitions so removing myself from authors list.
2018-09-05 15:21:06 +03:00
Manuel Heidrich
6955d8d64f Fix toBase64Image 2018-08-16 21:35:12 +02:00
Andy
73124d44b4
chart.js: barThickness string value must be "flex" (#27613) 2018-07-27 08:56:38 -07:00
headdetect
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
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
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
028b6d91ab Add 'onResize' callback definition (#26787) 2018-07-05 09:55:33 -07:00
Guillaume RODRIGUEZ
9629215c7a [Chart.js] Add static helpers (#27045) 2018-07-05 09:54:04 -07:00
Paul van Brenk
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
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
6126d83561
Merge branch 'master' into master 2018-06-21 10:58:19 +03:00
Nathan Shively-Sanders
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
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
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
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
44252be6ab Fix typo fullWdith -> fullWidth (#25676) 2018-05-10 13:00:01 -07:00
cleto100
6406de8be6 Adding offset to for CommonAxe interface definition which is boolean … (#25620) 2018-05-08 12:44:21 -07:00
Ken Elkabany
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
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
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
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