Dan Onoshko
|
ce375a6876
|
feat: add ESM support (#10525)
* feat: add ESM support
* build: rename UMD bundle
* chore: edit supbackages description
* style: disable es/no-import-meta linter rule
* test: dynamic import in cjs module
* docs: edit integrations page
* docs: review fixes
* chore: remove useless regex in webpack config
* ci: test size-limit only for ESM bundle
|
2022-08-04 18:43:26 -04:00 |
|
Jacco van den Berg
|
9dfaa63639
|
Move parameter of TType in ChartMeta to first option (#10550)
* move paramter of TType in ChartMeta to first option
* add missing ChartMeta change
* Add note in migration guide
|
2022-08-04 01:06:15 +02:00 |
|
Jacco van den Berg
|
16e6acc6b9
|
Allow array for line opts in dataset (#10179)
* fix line as array ts error
* added test
* implement only for the border,background color and radius
|
2022-02-20 21:31:42 -05:00 |
|
Evert Timberg
|
cb81592989
|
Allow spanGaps to be specified on LineOptions (#10133)
|
2022-02-06 15:11:02 -05:00 |
|
Evert Timberg
|
f8992a6168
|
Doughnut chart options have an offset property (#9916)
|
2021-11-28 13:01:00 -05:00 |
|
Jukka Kurkela
|
8c0354460a
|
Update radar dataset option typings (#9462)
|
2021-07-24 21:35:13 +03:00 |
|
Evert Timberg
|
8008488aba
|
Allow dataset specific ChartMeta type extensions (#9432)
|
2021-07-19 13:33:18 -04:00 |
|
Jukka Kurkela
|
ba84cc5c2a
|
Filler: support segment backgroundColor (#8864)
|
2021-04-09 19:10:48 -04:00 |
|
Jukka Kurkela
|
4eb59454be
|
Allow styling of line segments (#8844)
Allow styling of line segments
* docs & sample
* Types
* update sample
|
2021-04-08 18:02:12 -04:00 |
|
Jukka Kurkela
|
aee979da54
|
Types: fix bubble chart options (#8625)
|
2021-03-13 08:04:59 -05:00 |
|
Jukka Kurkela
|
b06cd36697
|
Rename cutoutPercentage to cutout + chores (#8514)
|
2021-02-24 16:58:01 -05:00 |
|
Jukka Kurkela
|
65bfacd9a5
|
Add outerRadius option to doughnut/pie (#8487)
|
2021-02-21 17:30:37 -05:00 |
|
Evert Timberg
|
aa69892823
|
Provide a chart-type specific definition for ParsedData (#8480)
* Provide a chart-type specific definition for ParsedData
* Fix lint error
* Code review feedback
|
2021-02-21 13:10:19 -05:00 |
|