]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
4 years agoBubble: Use point.size() in getMaxOverflow (#8018)
Jukka Kurkela [Sun, 8 Nov 2020 13:44:26 +0000 (15:44 +0200)] 
Bubble: Use point.size() in getMaxOverflow (#8018)

4 years agoAdd type to context objects (#8007)
Jukka Kurkela [Sun, 8 Nov 2020 13:43:55 +0000 (15:43 +0200)] 
Add type to context objects (#8007)

4 years agoRemove I prefix from TS types (#8017)
Evert Timberg [Sat, 7 Nov 2020 13:35:19 +0000 (08:35 -0500)] 
Remove I prefix from TS types (#8017)

* Remove I prefix from TS types
* Update missing `ILayoutItem` typedefs
* IEvent should become ChartEvent
* Prevent FillTarget collision
* Import FontSpec instead of IFontSpec
* Prevent recursive DateAdapter problem

4 years agoRemove +-10px limit from bar controller (#8014)
Jukka Kurkela [Fri, 6 Nov 2020 13:07:15 +0000 (15:07 +0200)] 
Remove +-10px limit from bar controller (#8014)

* Remove +-10px limit from Bar controller
* Remove unused import, update tests

4 years agoNormalize rotation and circumference resolution (#8015)
Jukka Kurkela [Fri, 6 Nov 2020 13:06:38 +0000 (15:06 +0200)] 
Normalize rotation and circumference resolution (#8015)

4 years agoWhen data is removed, remove from stacks too (#8013)
Jukka Kurkela [Fri, 6 Nov 2020 13:05:56 +0000 (15:05 +0200)] 
When data is removed, remove from stacks too (#8013)

* When data is removed, remove from stacks too
* Remove unreferenced metasets

4 years ago[types][beta-5] fixed stacked scale, changed default type for data.labels (#8001)
xr0master [Thu, 5 Nov 2020 14:12:25 +0000 (16:12 +0200)] 
[types][beta-5] fixed stacked scale, changed default type for data.labels (#8001)

* Scale: added the stacked property for all scales
* interfaces: generic type LABEL can be string, Date, etc.
* controllers: stack can be used for all types of dataset
* docs/data-structures: added general dataset properties

Co-authored-by: Sergey Khomushin <sergey@placer.io>
4 years agoUse same merging logic for init and update (#8006)
Jukka Kurkela [Wed, 4 Nov 2020 20:52:20 +0000 (22:52 +0200)] 
Use same merging logic for init and update (#8006)

* Use same merging logic for init and update
* Add test

4 years agoDestroy example charts on unmount (#8004)
Jukka Kurkela [Wed, 4 Nov 2020 19:58:53 +0000 (21:58 +0200)] 
Destroy example charts on unmount (#8004)

* Destroy example charts on unmount
* Make scatter live
* Use spaces

4 years agoChange version to 3.0.0-mater and update deps (#7997)
Jukka Kurkela [Tue, 3 Nov 2020 21:21:10 +0000 (23:21 +0200)] 
Change version to 3.0.0-mater and update deps (#7997)

4 years agoRemove draft features (#7996)
Evert Timberg [Tue, 3 Nov 2020 13:15:56 +0000 (08:15 -0500)] 
Remove draft features (#7996)

4 years agoDelay resize to just before draw when animating (#7989) v3.0.0-beta.5
Jukka Kurkela [Sun, 1 Nov 2020 13:15:43 +0000 (15:15 +0200)] 
Delay resize to just before draw when animating (#7989)

* Remove unused properties
* Delay resize to just before draw when animating
* Remove silent resize, update migration guide
* Fix typo in migrations doc

Co-authored-by: Evert Timberg <evert.timberg+github@gmail.com>
4 years agoPreserve scriptable context (#7981)
Jukka Kurkela [Sun, 1 Nov 2020 12:39:08 +0000 (14:39 +0200)] 
Preserve scriptable context (#7981)

* Preserve scriptable context
* CC, utilize `index` in tests
* Update example to utilize context

4 years agoFix typo in test options (#7987)
Jukka Kurkela [Sun, 1 Nov 2020 12:38:37 +0000 (14:38 +0200)] 
Fix typo in test options (#7987)

4 years agoUse TypeScript syntax highlight for TypeScript code (#7988)
Takuya Uehara [Sun, 1 Nov 2020 12:28:45 +0000 (21:28 +0900)] 
Use TypeScript syntax highlight for TypeScript code (#7988)

4 years agoRename lineTension back to tension (#7978)
Jukka Kurkela [Sat, 31 Oct 2020 12:54:14 +0000 (14:54 +0200)] 
Rename lineTension back to tension (#7978)

4 years agoCheck index bounds of datasets for isDatasetVisible (#7986)
Takuya Uehara [Sat, 31 Oct 2020 12:10:17 +0000 (21:10 +0900)] 
Check index bounds of datasets for isDatasetVisible (#7986)

* Check index bounds of datasets
* Add test for isDatasetVisible

4 years agoTooltip: clear cached animations on initialize (#7983)
Jukka Kurkela [Fri, 30 Oct 2020 22:43:46 +0000 (00:43 +0200)] 
Tooltip: clear cached animations on initialize (#7983)

4 years agoRelocate dataset defaults to defaults.controllers (#7979)
Jukka Kurkela [Fri, 30 Oct 2020 22:34:32 +0000 (00:34 +0200)] 
Relocate dataset defaults to defaults.controllers (#7979)

4 years agoAllow 1px margin to getRelativePosition test (#7984)
Jukka Kurkela [Fri, 30 Oct 2020 22:32:53 +0000 (00:32 +0200)] 
Allow 1px margin to getRelativePosition test (#7984)

4 years agoComplete rename of showLines to showLine (#7977)
Jukka Kurkela [Fri, 30 Oct 2020 17:05:21 +0000 (19:05 +0200)] 
Complete rename of showLines to showLine (#7977)

4 years agofeat: Draw tooltips with point styles. Closes #7774 (#7972)
Dan Manastireanu [Thu, 29 Oct 2020 20:55:40 +0000 (22:55 +0200)] 
feat: Draw tooltips with point styles. Closes #7774 (#7972)

* feat: Draw tooltips with point styles. Closes #7774

* chore: Add tooltip usePointStyle docs

* chore: Add tests and visual tests for tooltip usePointStyle

* chore: Update typescript with tooltip usePointStyle

4 years agofeat: Make options.layout.padding scriptable. Closes #7873 (#7968)
Dan Manastireanu [Wed, 28 Oct 2020 15:28:17 +0000 (17:28 +0200)] 
feat: Make options.layout.padding scriptable. Closes #7873 (#7968)

4 years agoLegend item lineWidth is the average of borderWidth when set as object (Bar) (#7964)
stockiNail [Wed, 28 Oct 2020 11:12:52 +0000 (12:12 +0100)] 
Legend item lineWidth is the average of borderWidth when set as object (Bar) (#7964)

* fixed default of tension property of line element

* Fix #7942

* Fixes some lint errors

* fixes "Expected property shorthand" error

4 years agofix return type for setActiveElements (#7961)
Fabian [Mon, 26 Oct 2020 20:31:45 +0000 (22:31 +0200)] 
fix return type for setActiveElements (#7961)

4 years agoAdd borderRadius to bar charts. Closes #7701 (#7951)
Dan Manastireanu [Mon, 26 Oct 2020 14:05:24 +0000 (16:05 +0200)] 
Add borderRadius to bar charts. Closes #7701 (#7951)

* Add helper to parse border radius options
* feat: Implement borderRadius for bar charts
* chore: add demo of bar charts with border radius
* chore: document bar borderRadius
* chore: update typescript with bar borderRadius property
* fix horizontal borders test failing due to antialiasing
* chore: Add border-radius visual test

4 years agoEnable overriding the legend pointStyle using new `pointStyle` option (#7959)
Evert Timberg [Mon, 26 Oct 2020 12:16:00 +0000 (08:16 -0400)] 
Enable overriding the legend pointStyle using new `pointStyle` option (#7959)

4 years agoEnable suggestedMin and suggestedMax setts for logarithmic axes (#7955)
Evert Timberg [Sun, 25 Oct 2020 14:38:41 +0000 (10:38 -0400)] 
Enable suggestedMin and suggestedMax setts for logarithmic axes (#7955)

4 years agoUpdate stacked line sample to remove duplicate dataset names (#7957)
Evert Timberg [Sun, 25 Oct 2020 14:27:54 +0000 (10:27 -0400)] 
Update stacked line sample to remove duplicate dataset names (#7957)

4 years agoUpdate category scale labels types to include string[][] (#7953)
Evert Timberg [Sat, 24 Oct 2020 22:30:44 +0000 (18:30 -0400)] 
Update category scale labels types to include string[][] (#7953)

4 years agoMove config handling to a dedicated script (#7939)
Jukka Kurkela [Sat, 24 Oct 2020 15:37:37 +0000 (18:37 +0300)] 
Move config handling to a dedicated script (#7939)

* Split core.config.js out of core.controller.js

* Remove side effects from config.js

* Turn config into a class

* Refactor config merging as includeDefaults

4 years agoAdd args.mode to before/after update plugin hooks (#7949)
Jukka Kurkela [Sat, 24 Oct 2020 15:36:31 +0000 (18:36 +0300)] 
Add args.mode to before/after update plugin hooks (#7949)

4 years agoSwitch from bundlewatch to compressed-size (#7943)
Jukka Kurkela [Thu, 22 Oct 2020 14:45:17 +0000 (17:45 +0300)] 
Switch from bundlewatch to compressed-size (#7943)

Switch from bundlewatch to compressed-size

4 years agoAdd *.json to .editorconfig (#7941)
Jukka Kurkela [Wed, 21 Oct 2020 17:30:55 +0000 (20:30 +0300)] 
Add *.json to .editorconfig (#7941)

* Add *.json to .editorconfig

* Modify bundlewatch

4 years agoAdd bundlewatch (#7940)
Jukka Kurkela [Wed, 21 Oct 2020 17:14:52 +0000 (20:14 +0300)] 
Add bundlewatch (#7940)

* Add bundlewatch

4 years agoRename showLines to showLine (#7936)
Jukka Kurkela [Wed, 21 Oct 2020 12:13:27 +0000 (15:13 +0300)] 
Rename showLines to showLine (#7936)

4 years agoRename elements to mark as elements, i.e. Arc -> ArcElement (#7924)
Evert Timberg [Tue, 20 Oct 2020 12:18:56 +0000 (08:18 -0400)] 
Rename elements to mark as elements, i.e. Arc -> ArcElement (#7924)

* Rename elements to mark as elements, i.e. Arc -> ArcElement
* Rename RectangleElement to BarElement
* Also updates options.elements.rectangle to options.elements.bar

4 years agoAdd interaction options (#7922)
Jukka Kurkela [Mon, 19 Oct 2020 11:24:06 +0000 (14:24 +0300)] 
Add interaction options (#7922)

* Add interaction options
* Add migration note

4 years agoAdd example of event to data values (#7925)
Evert Timberg [Mon, 19 Oct 2020 05:07:03 +0000 (01:07 -0400)] 
Add example of event to data values (#7925)

4 years agoFix broken urls in docs (#7912)
SaintMalik [Sun, 18 Oct 2020 18:30:05 +0000 (19:30 +0100)] 
Fix broken urls in docs (#7912)

4 years agoBlock incorrect keys in merge code to prevent prototype pollution (#7919)
Evert Timberg [Sun, 18 Oct 2020 18:16:20 +0000 (14:16 -0400)] 
Block incorrect keys in merge code to prevent prototype pollution (#7919)

* Port fix from v2

* Port test

* Test both merge and mergeIf

4 years agoUse Object.create(null) as `merge` target, to prevent prototype pollution (#7917)
Jukka Kurkela [Sun, 18 Oct 2020 17:31:01 +0000 (20:31 +0300)] 
Use Object.create(null) as `merge` target, to prevent prototype pollution (#7917)

Use Object.create(null) as merge target to prevent polluting `Object.prototype`

4 years agoUpdate dependencies (#7915)
Jukka Kurkela [Sun, 18 Oct 2020 16:46:55 +0000 (19:46 +0300)] 
Update dependencies (#7915)

4 years agoRemove area inclusion check when rendering points (#7910)
Takuya Uehara [Sun, 18 Oct 2020 13:54:39 +0000 (22:54 +0900)] 
Remove area inclusion check when rendering points (#7910)

4 years agofix some typos (#7914)
paul cheung [Sun, 18 Oct 2020 13:52:56 +0000 (21:52 +0800)] 
fix some typos (#7914)

4 years agoReduce tooltip implied padding at top and bottom edges of the canvas (#7908)
Evert Timberg [Sun, 18 Oct 2020 13:51:48 +0000 (09:51 -0400)] 
Reduce tooltip implied padding at top and bottom edges of the canvas (#7908)

* Allow the tooltip to get closer to the canvas edge

Closer to the top & bottom by considering (height/2) instead of height.

* Update missing options in TS types

* Remove unneeded brackets

4 years agosome minor typo fix (#7913)
paul cheung [Sun, 18 Oct 2020 13:35:21 +0000 (21:35 +0800)] 
some minor typo fix (#7913)

4 years agoStop deploying docs / drafting releases from forks (#7911)
Jukka Kurkela [Sun, 18 Oct 2020 13:27:29 +0000 (16:27 +0300)] 
Stop deploying docs / drafting releases from forks (#7911)

4 years agoFix version numbers in Developers section of docs (#7909)
Jukka Kurkela [Sun, 18 Oct 2020 13:26:44 +0000 (16:26 +0300)] 
Fix version numbers in Developers section of docs (#7909)

4 years agoAdded in note for browserslist (#7907)
Yash Singh [Sun, 18 Oct 2020 13:26:04 +0000 (06:26 -0700)] 
Added in note for browserslist (#7907)

4 years agoFix Maximum call stack size exception in _computeLabelSizes (#7906)
Matthew Crumley [Sun, 18 Oct 2020 03:52:56 +0000 (23:52 -0400)] 
Fix Maximum call stack size exception in _computeLabelSizes (#7906)

Issue #7881

4 years agoBar chart base value overrides (#7904)
Evert Timberg [Sat, 17 Oct 2020 20:15:40 +0000 (16:15 -0400)] 
Bar chart base value overrides (#7904)

* Bar chart base value overrides
* Ensure that `base` is marked as indexable and scriptable in the docs

4 years agoAbility to fill a line from a specified value along an axis (#7905)
Evert Timberg [Sat, 17 Oct 2020 19:46:56 +0000 (15:46 -0400)] 
Ability to fill a line from a specified value along an axis (#7905)

4 years agoDocument and remove APIs that can be replaced by it (#7900)
Evert Timberg [Sat, 17 Oct 2020 19:12:34 +0000 (15:12 -0400)] 
Document  and remove APIs that can be replaced by it (#7900)

4 years agoRenamed .browserlistrc -> .browserslistrc (#7902)
Yash Singh [Sat, 17 Oct 2020 19:07:52 +0000 (12:07 -0700)] 
Renamed .browserlistrc -> .browserslistrc (#7902)

4 years agoMerge branch 'saintmalik-fix-url-bug'
Evert Timberg [Sat, 17 Oct 2020 14:18:45 +0000 (10:18 -0400)] 
Merge branch 'saintmalik-fix-url-bug'

4 years agoUndo link change that did not work locally
Evert Timberg [Sat, 17 Oct 2020 13:12:25 +0000 (09:12 -0400)] 
Undo link change that did not work locally

4 years agoFix broken url in docs 7901/head
Saintmalik [Sat, 17 Oct 2020 06:16:43 +0000 (06:16 +0000)] 
Fix broken url in docs

4 years agoFix broken url in docs
Saintmalik [Sat, 17 Oct 2020 00:01:52 +0000 (00:01 +0000)] 
Fix broken url in docs

4 years agoFix: beginAtZero for logarighmic (#7899)
Jukka Kurkela [Fri, 16 Oct 2020 14:32:37 +0000 (17:32 +0300)] 
Fix: beginAtZero for logarighmic (#7899)

4 years agoShare min sample size with all bars on same scale (#7897)
Jukka Kurkela [Fri, 16 Oct 2020 12:04:22 +0000 (15:04 +0300)] 
Share min sample size with all bars on same scale (#7897)

Share min sample size with all bars on same scale

4 years agoRemove circular dependencies from helpers (#7898)
Jukka Kurkela [Fri, 16 Oct 2020 11:53:13 +0000 (14:53 +0300)] 
Remove circular dependencies from helpers (#7898)

4 years agoExpand filename (#7893)
Evert Timberg [Fri, 16 Oct 2020 11:40:49 +0000 (07:40 -0400)] 
Expand filename (#7893)

* Fix double env
* Properly expand name in attach step
* Update maintaining docs

4 years agoFix double env (#7892) v3.0.0-beta.4
Evert Timberg [Thu, 15 Oct 2020 21:00:28 +0000 (17:00 -0400)] 
Fix double env (#7892)

4 years agoUpdate workflow to use GitHub releaes (#7891)
Evert Timberg [Thu, 15 Oct 2020 20:37:38 +0000 (16:37 -0400)] 
Update workflow to use GitHub releaes (#7891)

4 years agoShorten alignment settings for axes (#7886)
Evert Timberg [Wed, 14 Oct 2020 12:27:54 +0000 (08:27 -0400)] 
Shorten alignment settings for axes (#7886)

* Rename crossAlignment to crossAlign
* Update alignment to align for cartesian axes

4 years agoTune release-drafter settings (#7884)
Jukka Kurkela [Wed, 14 Oct 2020 10:55:06 +0000 (13:55 +0300)] 
Tune release-drafter settings (#7884)

4 years agoEnsure scripts are marked as executable in git (#7882)
Evert Timberg [Wed, 14 Oct 2020 10:53:12 +0000 (06:53 -0400)] 
Ensure scripts are marked as executable in git (#7882)

4 years agoRemove release branch workflow (#7827)
Evert Timberg [Tue, 13 Oct 2020 21:12:19 +0000 (17:12 -0400)] 
Remove release branch workflow (#7827)

* GitHub actions uses locked install for CI
* Add initial GitHub action to publish to NPM
* Detect the NPM tag (latest vs next) depending on the git tag
* Deploy docs from releases & master commits
* Remove Travis CI
* Update repo badge to use actions status
* Remove Travis env vars and update docs-config to take a parameter
* Update publish script regex to match other scripts
* Deploy docs action only runs in one spot

4 years agoUpdate release-drafter.yml (#7879)
Jukka Kurkela [Tue, 13 Oct 2020 20:18:33 +0000 (23:18 +0300)] 
Update release-drafter.yml (#7879)

4 years agoAdd release-drafter (#7878)
Jukka Kurkela [Tue, 13 Oct 2020 19:34:47 +0000 (22:34 +0300)] 
Add release-drafter (#7878)

* Add release-drafter
* Review feedback

4 years agodocs: Grammar fixes for cartesian and radial docs (#7875)
Tony Martinez [Mon, 12 Oct 2020 22:06:07 +0000 (15:06 -0700)] 
docs: Grammar fixes for cartesian and radial docs (#7875)

4 years agoUpdate custom tooltips to work with multiple charts on a page (#7868)
Evert Timberg [Mon, 12 Oct 2020 14:56:18 +0000 (10:56 -0400)] 
Update custom tooltips to work with multiple charts on a page (#7868)

4 years agoPolar Area `elements.arc.angle` option now returns degrees (#7871)
Evert Timberg [Mon, 12 Oct 2020 14:56:03 +0000 (10:56 -0400)] 
Polar Area `elements.arc.angle` option now returns degrees (#7871)

* Polar Area `elements.arc.angle` option now returns degrees
* Update wording of migration docs

4 years agoAbility to toggle individual bar visibility (#7870)
Evert Timberg [Mon, 12 Oct 2020 14:22:55 +0000 (10:22 -0400)] 
Ability to toggle individual bar visibility (#7870)

4 years agoCartesian axis label cross alignment (#7874)
Evert Timberg [Mon, 12 Oct 2020 14:22:13 +0000 (10:22 -0400)] 
Cartesian axis label cross alignment (#7874)

* Refactor Y axis alignment to it's own method
* Label Cross alignment
* Add documentation of new setting
* Update docs with live sample

4 years agoFix typo in const name (#7872)
Mike Carter [Sun, 11 Oct 2020 15:34:52 +0000 (16:34 +0100)] 
Fix typo in const name (#7872)

4 years agoCartesian axis text alignment (#7846)
Evert Timberg [Sat, 10 Oct 2020 15:38:55 +0000 (11:38 -0400)] 
Cartesian axis text alignment (#7846)

* Generate textBaseline per tick label
* Enable configuration of tick alignment
* Add image based tests of text alignment options

4 years agoAdd tooltip positioning sample (#7865)
Evert Timberg [Fri, 9 Oct 2020 21:21:34 +0000 (17:21 -0400)] 
Add tooltip positioning sample (#7865)

4 years agobeginAtZero support for logarithmic (#7862)
Jukka Kurkela [Wed, 7 Oct 2020 21:37:10 +0000 (00:37 +0300)] 
beginAtZero support for logarithmic (#7862)

4 years agoAdd maxWidth/maxHeight options for legend (#7852)
Jukka Kurkela [Tue, 6 Oct 2020 11:41:16 +0000 (14:41 +0300)] 
Add maxWidth/maxHeight options for legend (#7852)

4 years agoAdd new option, `skipNull` to bar charts that enables skipping null values (#7849)
Evert Timberg [Tue, 6 Oct 2020 11:33:24 +0000 (07:33 -0400)] 
Add new option, `skipNull` to bar charts that enables skipping null values (#7849)

* Add new option, `skipNull` to bar charts that enables skipping null
or undefined values.

* Address code review feedback

* Fix windows CI lint issues

4 years agoEnable custom sorting of the legend items (#7851)
Evert Timberg [Tue, 6 Oct 2020 02:15:38 +0000 (22:15 -0400)] 
Enable custom sorting of the legend items (#7851)

4 years agoProvide APIs to set active (hovered) and tooltip elements. (#7845)
Evert Timberg [Mon, 5 Oct 2020 21:14:38 +0000 (17:14 -0400)] 
Provide APIs to set active (hovered) and tooltip elements. (#7845)

Provide APIs to set active (hovered) and tooltip elements.

Chart.setActiveElements will set the hovered items.
Chart.tooltip.setActiveElements will set the tooltip items.

4 years agoNormalize context creation for option resolution (#7847)
Jukka Kurkela [Mon, 5 Oct 2020 13:03:16 +0000 (16:03 +0300)] 
Normalize context creation for option resolution (#7847)

* Normalize context creation for option resolution
* Pass mode to _computeAngle

4 years agoLimit pixel values further to 16bit integer range (#7848)
Jukka Kurkela [Mon, 5 Oct 2020 12:37:12 +0000 (15:37 +0300)] 
Limit pixel values further to 16bit integer range (#7848)

4 years agoProvide method to lookup a chart from a canvas (#7843)
Evert Timberg [Sun, 4 Oct 2020 15:08:38 +0000 (11:08 -0400)] 
Provide method to lookup a chart from a canvas (#7843)

* Provide method to lookup a chart from a canvas
* Throw an error during construction if a canvas is in use
* Migration docs for new constructor behaviour

4 years agoJS test files should have tabs to correctly lint (#7844)
Evert Timberg [Sun, 4 Oct 2020 11:49:14 +0000 (07:49 -0400)] 
JS test files should have tabs to correctly lint (#7844)

4 years agoRemove enum types (#7841)
emmcbd [Sat, 3 Oct 2020 20:48:22 +0000 (22:48 +0200)] 
Remove enum types (#7841)

* Remove type enum
* Add declare keyword to UpdateModeEnum

4 years agoEnable per-dataset circumference and rotation for pie/doughnut charts (#7833)
Evert Timberg [Sat, 3 Oct 2020 20:47:39 +0000 (16:47 -0400)] 
Enable per-dataset circumference and rotation for pie/doughnut charts (#7833)

* Enable per-dataset circumference and rotation for pie/doughnut charts
* Convert `circumference` and `rotation` options to degrees

4 years agoClone cached options if enableOptionSharing!=true (#7837)
Jukka Kurkela [Fri, 2 Oct 2020 12:15:47 +0000 (15:15 +0300)] 
Clone cached options if enableOptionSharing!=true (#7837)

Clone cached options if enableOptionSharing!=true

4 years agoUse full height for fullWidth box when left/right (#7836)
Jukka Kurkela [Fri, 2 Oct 2020 12:13:04 +0000 (15:13 +0300)] 
Use full height for fullWidth box when left/right (#7836)

Use full height for fullWidth box when left/right

4 years agoFix tooltip font options in sample (#7835)
Jukka Kurkela [Fri, 2 Oct 2020 12:11:01 +0000 (15:11 +0300)] 
Fix tooltip font options in sample (#7835)

4 years agoThe docs build to the dist folder but should not be packaged (#7832) 7831/head
Evert Timberg [Thu, 1 Oct 2020 12:50:01 +0000 (08:50 -0400)] 
The docs build to the dist folder but should not be packaged (#7832)

4 years agoAllow contextmenu (right click) events to trigger the onClick handler (#7828)
Evert Timberg [Thu, 1 Oct 2020 12:47:09 +0000 (08:47 -0400)] 
Allow contextmenu (right click) events to trigger the onClick handler (#7828)

4 years agoInclude dist/chunks in the NPM package (#7830)
Evert Timberg [Thu, 1 Oct 2020 12:34:37 +0000 (08:34 -0400)] 
Include dist/chunks in the NPM package (#7830)

* Include all files in the dist folder
* Bump version for beta3
* Update lockfile

4 years agoBump version to 3.0.0-beta.2 (#7822) 7826/head
Jukka Kurkela [Wed, 30 Sep 2020 12:17:42 +0000 (15:17 +0300)] 
Bump version to 3.0.0-beta.2 (#7822)

4 years agoMake dataset animations obey chart level disable (#7820)
Jukka Kurkela [Mon, 28 Sep 2020 13:51:28 +0000 (16:51 +0300)] 
Make dataset animations obey chart level disable (#7820)

4 years agoflat helpers (#7806)
Samuel Gratzl [Mon, 28 Sep 2020 13:11:55 +0000 (15:11 +0200)] 
flat helpers (#7806)

* generate a flat helpers package
* move helpers built files to dist
* upgrade docs for flat helpers

4 years agoFix: maximum size and mouse position with styling (#7816)
Jukka Kurkela [Sat, 26 Sep 2020 17:18:35 +0000 (20:18 +0300)] 
Fix: maximum size and mouse position with styling (#7816)

Fix: maximum size and mouse position with styling