]> git.ipfire.org Git - thirdparty/Chart.js.git/log
thirdparty/Chart.js.git
4 years agoFix line segments with alignToPixel (#9042)
Jukka Kurkela [Fri, 7 May 2021 01:06:40 +0000 (04:06 +0300)] 
Fix line segments with alignToPixel (#9042)

4 years agoFix: Avoid negative layout dimensions (#9027)
Jukka Kurkela [Wed, 5 May 2021 11:49:44 +0000 (14:49 +0300)] 
Fix: Avoid negative layout dimensions (#9027)

4 years agofix typo on api.md (#9030)
hiroki shimizu [Wed, 5 May 2021 11:49:05 +0000 (20:49 +0900)] 
fix typo on api.md (#9030)

4 years agoadd index for radial axes to nav and update fonts location file in pointlabels (...
Jacco van den Berg [Wed, 5 May 2021 02:18:25 +0000 (04:18 +0200)] 
add index for radial axes to nav and update fonts location file in pointlabels (#9024)

4 years agoBump version to 3.2.1 (#9014) v3.2.1
Jukka Kurkela [Sat, 1 May 2021 18:04:59 +0000 (21:04 +0300)] 
Bump version to 3.2.1 (#9014)

4 years agoEnable scriptable element chart options (#9012)
Evert Timberg [Sat, 1 May 2021 17:30:14 +0000 (13:30 -0400)] 
Enable scriptable element chart options (#9012)

4 years agoAdd test for DecimationAlgorithm type (#9010)
Evert Timberg [Sat, 1 May 2021 16:36:40 +0000 (12:36 -0400)] 
Add test for DecimationAlgorithm type (#9010)

* Add test for DecimationAlgorithm type
* Allow strings to be set
* Linting

4 years agoAdd documentation on tooltip xAlign and yAlign (#9011)
Evert Timberg [Sat, 1 May 2021 15:57:13 +0000 (11:57 -0400)] 
Add documentation on tooltip xAlign and yAlign (#9011)

4 years agoFix for enabling monotone cubicInterpolationMode when tension is 0 (#9008)
Akihiko Kusanagi [Fri, 30 Apr 2021 12:14:13 +0000 (20:14 +0800)] 
Fix for enabling monotone cubicInterpolationMode when tension is 0 (#9008)

4 years agoIgnore truncated pixels in bar width calculation (#8995)
Jukka Kurkela [Wed, 28 Apr 2021 20:42:08 +0000 (23:42 +0300)] 
Ignore truncated pixels in bar width calculation (#8995)

4 years agoImprove linear tick generators collision estimation (#8983)
Jukka Kurkela [Wed, 28 Apr 2021 20:41:57 +0000 (23:41 +0300)] 
Improve linear tick generators collision estimation (#8983)

* Increase distance to min/max tick to 1/3 space

* Better estimation on linear tick collision

* Lint fix

* Remove unused change

4 years agoBump to version 3.2.0 (#8974) v3.2.0
Evert Timberg [Sat, 24 Apr 2021 20:12:18 +0000 (16:12 -0400)] 
Bump to version 3.2.0 (#8974)

4 years agoAdd drawTime: beforeDraw option to filler (#8973)
Jukka Kurkela [Sat, 24 Apr 2021 19:27:52 +0000 (22:27 +0300)] 
Add drawTime: beforeDraw option to filler (#8973)

4 years agoFix skipNull for subsequent datasets (#8972)
Jukka Kurkela [Sat, 24 Apr 2021 19:20:52 +0000 (22:20 +0300)] 
Fix skipNull for subsequent datasets (#8972)

4 years agoIn html tooltip sample padding is read from the options (#8971)
Evert Timberg [Sat, 24 Apr 2021 14:51:19 +0000 (10:51 -0400)] 
In html tooltip sample padding is read from the options (#8971)

4 years agoUpdate helpers types export (#8944)
Jukka Kurkela [Mon, 19 Apr 2021 11:50:43 +0000 (14:50 +0300)] 
Update helpers types export (#8944)

4 years agoOnly enable the bar borderRadius at the end of the stacks (#8941)
Evert Timberg [Sun, 18 Apr 2021 20:30:54 +0000 (16:30 -0400)] 
Only enable the bar borderRadius at the end of the stacks (#8941)

* Only enable the bar borderRadius at the end of the stacks
* Float bars always get borders enabled
* Tests
* Update documentation

4 years agoAdd example plugins for border and quadrants (#8942)
Jukka Kurkela [Sun, 18 Apr 2021 20:02:20 +0000 (23:02 +0300)] 
Add example plugins for border and quadrants (#8942)

4 years agoScale: draw border on separate layer after grid (#8936)
Jukka Kurkela [Sun, 18 Apr 2021 11:38:46 +0000 (14:38 +0300)] 
Scale: draw border on separate layer after grid (#8936)

4 years agoTime: cache options needed by parse (#8933)
Jukka Kurkela [Sun, 18 Apr 2021 11:30:54 +0000 (14:30 +0300)] 
Time: cache options needed by parse (#8933)

4 years agoFix for allowing parsing:false with stacks (#8934)
Prateek R Patil [Sun, 18 Apr 2021 11:28:56 +0000 (04:28 -0700)] 
Fix for allowing parsing:false with stacks (#8934)

* Initial fix for allowing parsing:false with stacks

* Added test from #8935 as requested.

Co-authored-by: tinfoilpancakes <tfm357@gmail.com>
4 years agoCartesian scale tick backdrop (#8931)
Evert Timberg [Sun, 18 Apr 2021 09:49:22 +0000 (05:49 -0400)] 
Cartesian scale tick backdrop (#8931)

4 years agoAllow the events option to be changed at runtime (#8928)
Evert Timberg [Sat, 17 Apr 2021 18:08:36 +0000 (14:08 -0400)] 
Allow the events option to be changed at runtime (#8928)

4 years agoAdd `initial` property to animation callbacks (#8926)
Jukka Kurkela [Sat, 17 Apr 2021 12:09:22 +0000 (15:09 +0300)] 
Add `initial` property to animation callbacks (#8926)

4 years agoBump to 3.1.1 (#8927) v3.1.1
Evert Timberg [Sat, 17 Apr 2021 11:50:47 +0000 (07:50 -0400)] 
Bump to 3.1.1 (#8927)

4 years agoFix: Fill vertical lines (#8919)
Jukka Kurkela [Sat, 17 Apr 2021 11:31:58 +0000 (14:31 +0300)] 
Fix: Fill vertical lines (#8919)

4 years agoScale: Make sure grace is applied only once (#8913)
Jukka Kurkela [Sat, 17 Apr 2021 11:31:15 +0000 (14:31 +0300)] 
Scale: Make sure grace is applied only once (#8913)

* Scale: Make sure grace is applied only once
* Add description to fixture

4 years agoFix: Initialize data object when replaced (#8918)
Jukka Kurkela [Sat, 17 Apr 2021 11:29:41 +0000 (14:29 +0300)] 
Fix: Initialize data object when replaced (#8918)

4 years agoSkip ticks by callback value as documented (#8914)
Jukka Kurkela [Sat, 17 Apr 2021 11:28:33 +0000 (14:28 +0300)] 
Skip ticks by callback value as documented (#8914)

4 years agoFix: don't draw segments out of bounds (#8911)
Jukka Kurkela [Fri, 16 Apr 2021 21:14:55 +0000 (00:14 +0300)] 
Fix: don't draw segments out of bounds (#8911)

4 years agoFix minor issues in docs (#8910)
Jukka Kurkela [Fri, 16 Apr 2021 19:46:14 +0000 (22:46 +0300)] 
Fix minor issues in docs (#8910)

4 years agoFix tooltip positioners and scriptable signature (#8909)
Jukka Kurkela [Fri, 16 Apr 2021 19:45:33 +0000 (22:45 +0300)] 
Fix tooltip positioners and scriptable signature (#8909)

4 years agoFix javascript syntax error in docs/general/padding.md (#8907)
Касымов Нурлан [Fri, 16 Apr 2021 17:32:26 +0000 (20:32 +0300)] 
Fix javascript syntax error in docs/general/padding.md (#8907)

4 years agoDo not redraw endlessly on mouse move (#8898)
Evert Timberg [Thu, 15 Apr 2021 20:36:03 +0000 (16:36 -0400)] 
Do not redraw endlessly on mouse move (#8898)

* Do not redraw endlessly on mouse move

The tooltip incorrectly determined that the position changed leading to many redraws

* Code review feedback

4 years agoUpdate v3-migration.md (#8904)
Jacco van den Berg [Thu, 15 Apr 2021 20:08:07 +0000 (22:08 +0200)] 
Update v3-migration.md (#8904)

Update link to index axis of horizontal bar

4 years agoadd number, null and undefined as valid return types (#8891)
Jacco van den Berg [Tue, 13 Apr 2021 19:24:59 +0000 (21:24 +0200)] 
add number, null and undefined as valid return types (#8891)

4 years agoDocs: Update version menu title (#8887)
Jukka Kurkela [Mon, 12 Apr 2021 21:18:02 +0000 (00:18 +0300)] 
Docs: Update version menu title (#8887)

4 years agoSetting correct decimated values when below threshold (#8883)
Nico-DF [Mon, 12 Apr 2021 13:08:39 +0000 (15:08 +0200)] 
Setting correct decimated values when below threshold (#8883)

* Setting correct decimated values when below threshold
* Using existing function for cleaning decimated data
* Cleaning decimated only on current dataset
* Reordering decimation clean to avoid allocation

4 years agoUpdate @simonbrunel/vuepress-plugin-versions (#8882)
Jukka Kurkela [Sun, 11 Apr 2021 17:47:38 +0000 (20:47 +0300)] 
Update @simonbrunel/vuepress-plugin-versions (#8882)

4 years agoBump to 3.1.0 (#8878) v3.1.0
Evert Timberg [Sat, 10 Apr 2021 20:13:47 +0000 (16:13 -0400)] 
Bump to 3.1.0 (#8878)

4 years agoLimit onHover to chartArea (#8794)
Jukka Kurkela [Sat, 10 Apr 2021 20:13:30 +0000 (23:13 +0300)] 
Limit onHover to chartArea (#8794)

4 years agoAdd version menu in documentation (#8866)
Jukka Kurkela [Sat, 10 Apr 2021 20:10:59 +0000 (23:10 +0300)] 
Add version menu in documentation (#8866)

* Add version menu in documentation
* Use filters for tags
* Use limit
* Update
* Use released plugin
* use published version

4 years agoFont validate style, move defaults to `weight` (#8877)
Jukka Kurkela [Sat, 10 Apr 2021 19:58:11 +0000 (22:58 +0300)] 
Font validate style, move defaults to `weight` (#8877)

4 years agoEnable event filtering per plugin (#8876)
Jukka Kurkela [Sat, 10 Apr 2021 19:18:30 +0000 (22:18 +0300)] 
Enable event filtering per plugin (#8876)

4 years agoLegend boxes support borderRadius (#8875)
Evert Timberg [Sat, 10 Apr 2021 19:05:34 +0000 (15:05 -0400)] 
Legend boxes support borderRadius (#8875)

4 years agoTooltip colorbox supports configurable borderWidth, borderRadius, and dash effect...
Evert Timberg [Sat, 10 Apr 2021 17:37:22 +0000 (13:37 -0400)] 
Tooltip colorbox supports configurable borderWidth, borderRadius, and dash effect (#8874)

* Start on extending tooltip style
* Correct borderRadius implementation
* Tests of updated tooltip styling
* Update docs

4 years agoHandle animating stacked bars from null values (#8872)
Evert Timberg [Sat, 10 Apr 2021 17:31:14 +0000 (13:31 -0400)] 
Handle animating stacked bars from null values (#8872)

* Handle animating stacked bars from null values

* Skipped bars / points should be in the reset state

4 years agoSupport mirror option on x-axis (#8867)
Jukka Kurkela [Sat, 10 Apr 2021 13:01:38 +0000 (16:01 +0300)] 
Support mirror option on x-axis (#8867)

4 years agoDocument the no-parsing requirement of decimation (#8869)
Jukka Kurkela [Sat, 10 Apr 2021 12:59:14 +0000 (15:59 +0300)] 
Document the no-parsing requirement of decimation (#8869)

4 years agoConsider dynamically positioned scales for padding (#8868)
Jukka Kurkela [Sat, 10 Apr 2021 12:58:39 +0000 (15:58 +0300)] 
Consider dynamically positioned scales for padding (#8868)

4 years agoFiller: support segment backgroundColor (#8864)
Jukka Kurkela [Fri, 9 Apr 2021 23:10:48 +0000 (02:10 +0300)] 
Filler: support segment backgroundColor (#8864)

4 years agoDocs/broken link (#8863)
Jacco van den Berg [Fri, 9 Apr 2021 21:06:18 +0000 (23:06 +0200)] 
Docs/broken link (#8863)

* Change tabs from area samples to buttons to switch to be in line with other samples, change linewith of extra line datasets to default instead of 1 to be in line with all other lines in the sampels

* fix few broken links in docs

4 years agoUpdate dependencies (excluding typescript) (#8856)
Jukka Kurkela [Thu, 8 Apr 2021 22:03:14 +0000 (01:03 +0300)] 
Update dependencies (excluding typescript) (#8856)

4 years agoAllow styling of line segments (#8844)
Jukka Kurkela [Thu, 8 Apr 2021 22:02:12 +0000 (01:02 +0300)] 
Allow styling of line segments (#8844)

Allow styling of line segments

* docs & sample
* Types
* update sample

4 years agoInclude `grace` in LinearScaleOptions type definition (#8847)
Moses Mendoza [Thu, 8 Apr 2021 04:21:03 +0000 (21:21 -0700)] 
Include `grace` in LinearScaleOptions type definition (#8847)

This commit adds the `grace` option, to the LinearScaleOptions type definition
as documented here,
https://www.chartjs.org/docs/latest/axes/cartesian/linear.html#grace. Without
this commit the TS compiler does not allow the option.

Signed-off-by: Moses Mendoza <mendoza.moses@gmail.com>
4 years agoDocs migration register options (#8850)
Jacco van den Berg [Thu, 8 Apr 2021 04:15:43 +0000 (06:15 +0200)] 
Docs migration register options (#8850)

* Change tabs from area samples to buttons to switch to be in line with other samples, change linewith of extra line datasets to default instead of 1 to be in line with all other lines in the sampels

* add link to all available import sample in the migration guide

4 years agoApply scale context to ticks scriptable options instead of chart context (#8839)
stockiNail [Wed, 7 Apr 2021 20:45:39 +0000 (22:45 +0200)] 
Apply scale context to ticks scriptable options instead of chart context (#8839)

* Fixes #8835

* context as argument because protected

* fixes test case on formatters

* reverts previous commits and sets the scale context in the scale init

* changes documentation about linear ticks, adding scriptable Yes

4 years agoFiltering data before decimation (#8843)
Nico-DF [Wed, 7 Apr 2021 20:40:45 +0000 (22:40 +0200)] 
Filtering data before decimation (#8843)

* Filtering data before decimation

Using only points between the currently displayed x-axis for the decimation algorithm.
Allows better resolution, especially if using a zoom

If data are outside range, they will not be displayed, hence the line graph will not show the trend at extremities

* Fix LTTB algorithm

* Adding test file

* Simplifying count algorithm for decimation plugin

4 years agoFix typos in canvas-background.md (#8837)
Mohammad Ahmadi [Wed, 7 Apr 2021 16:51:45 +0000 (21:21 +0430)] 
Fix typos in canvas-background.md (#8837)

4 years ago_boundSegments did not work on rising line (#8838)
Jukka Kurkela [Wed, 7 Apr 2021 11:32:28 +0000 (14:32 +0300)] 
_boundSegments did not work on rising line (#8838)

4 years agoFix typo in migration guide (#8836)
Mohammad Ahmadi [Wed, 7 Apr 2021 05:05:33 +0000 (09:35 +0430)] 
Fix typo in migration guide (#8836)

4 years agoFix: update line options on resize, for gradients (#8832)
Jukka Kurkela [Tue, 6 Apr 2021 22:54:36 +0000 (01:54 +0300)] 
Fix: update line options on resize, for gradients (#8832)

4 years agocomplete the first 'getting-started' example (#8829)
mjcross [Tue, 6 Apr 2021 22:54:18 +0000 (23:54 +0100)] 
complete the first 'getting-started' example (#8829)

This page is very likely the first example a new user sees, so we should make it clear how to actually use the config and setup show to actually render a chart.

4 years agoDocument plugin event handling (#8828)
Evert Timberg [Mon, 5 Apr 2021 03:48:59 +0000 (23:48 -0400)] 
Document plugin event handling (#8828)

4 years agoDissociate border options from grid options (#8823)
Jukka Kurkela [Sun, 4 Apr 2021 18:19:07 +0000 (21:19 +0300)] 
Dissociate border options from grid options (#8823)

* Dissociate border options from grid options
* Update docs

4 years agoTime: Use callback helper on ticks.callback (#8822)
Jukka Kurkela [Sun, 4 Apr 2021 15:24:42 +0000 (18:24 +0300)] 
Time: Use callback helper on ticks.callback (#8822)

4 years agoAllow the CI to be manually run (#8821)
Evert Timberg [Sun, 4 Apr 2021 13:39:48 +0000 (09:39 -0400)] 
Allow the CI to be manually run (#8821)

4 years agoMore script error fixes (#8820)
Jukka Kurkela [Sun, 4 Apr 2021 13:26:41 +0000 (16:26 +0300)] 
More script error fixes (#8820)

4 years agoFix utils.sh location (#8819)
Jukka Kurkela [Sun, 4 Apr 2021 13:19:22 +0000 (16:19 +0300)] 
Fix utils.sh location (#8819)

4 years agoUpdate release process to create versioned docs (#8817)
Jukka Kurkela [Sun, 4 Apr 2021 13:10:29 +0000 (16:10 +0300)] 
Update release process to create versioned docs (#8817)

* Update release process to create versioned docs
* Remove test, separate tag

4 years agoUpdate codepen url in bug template (#8816)
Jukka Kurkela [Sun, 4 Apr 2021 11:32:32 +0000 (14:32 +0300)] 
Update codepen url in bug template (#8816)

4 years agoPatch release workflow (#8815)
Jukka Kurkela [Sun, 4 Apr 2021 11:04:56 +0000 (14:04 +0300)] 
Patch release workflow (#8815)

* Allow manual triggering of release drafter
* Add instructions for patch release

4 years agoFix: tick spacing when min=0 | niceMin or max=0 (#8811)
Jukka Kurkela [Sun, 4 Apr 2021 11:03:48 +0000 (14:03 +0300)] 
Fix: tick spacing when min=0 | niceMin or max=0 (#8811)

4 years agoUpdate chart type documentation (#8805)
Jukka Kurkela [Sat, 3 Apr 2021 22:08:20 +0000 (01:08 +0300)] 
Update chart type documentation (#8805)

* Update chart type documentation
* Self-review

4 years agoHTML Legend sample (#8804)
Evert Timberg [Sat, 3 Apr 2021 20:10:39 +0000 (16:10 -0400)] 
HTML Legend sample (#8804)

4 years agoDocs small update (#8791)
Jacco van den Berg [Sat, 3 Apr 2021 19:19:51 +0000 (21:19 +0200)] 
Docs small update (#8791)

* Change tabs from area samples to buttons to switch to be in line with other samples, change linewith of extra line datasets to default instead of 1 to be in line with all other lines in the sampels

* Final tip to Note again and update latest v2 docs to latest release

* remove whitespace between tip and dots, remove double the in the note

* Update index.md

Implement feedback

4 years agoUpdate documentation for getElementsAtEventFor Mode (#8803)
Evert Timberg [Sat, 3 Apr 2021 18:16:26 +0000 (14:16 -0400)] 
Update documentation for getElementsAtEventFor Mode (#8803)

The correct properties are `datasetIndex` and `index` without an '_' prefix

4 years agoCorrect decimation plugin documentation (#8801)
Evert Timberg [Sat, 3 Apr 2021 17:06:31 +0000 (13:06 -0400)] 
Correct decimation plugin documentation (#8801)

* Correct decimation plugin documentation

* The default for decimation is `false`.
* Added a sample for data decimation
* Corrected an issue in the decimation plugin when switched from enabled to disabled

4 years agoAdd the ability to change font color per legend item (#8800)
Evert Timberg [Sat, 3 Apr 2021 15:55:27 +0000 (11:55 -0400)] 
Add the ability to change font color per legend item (#8800)

4 years agoProxy: Only create scopes when setting values (#8799)
Jukka Kurkela [Sat, 3 Apr 2021 15:10:52 +0000 (18:10 +0300)] 
Proxy: Only create scopes when setting values (#8799)

4 years agoUpdate ticks.callback documentation (#8798)
Jukka Kurkela [Sat, 3 Apr 2021 13:34:57 +0000 (16:34 +0300)] 
Update ticks.callback documentation (#8798)

4 years agoAdd ability to stack different dataset types (#8797)
Jukka Kurkela [Sat, 3 Apr 2021 13:23:35 +0000 (16:23 +0300)] 
Add ability to stack different dataset types (#8797)

4 years agoAdd legend events sample (#8795)
Jukka Kurkela [Sat, 3 Apr 2021 12:13:38 +0000 (15:13 +0300)] 
Add legend events sample (#8795)

* Add legend events sample
* review update

4 years agoAdd drawTime option to filler plugin (#8796)
Jukka Kurkela [Sat, 3 Apr 2021 12:13:00 +0000 (15:13 +0300)] 
Add drawTime option to filler plugin (#8796)

4 years agoLogarithmic: handle null/NaN values (#8793)
Jukka Kurkela [Sat, 3 Apr 2021 12:01:48 +0000 (15:01 +0300)] 
Logarithmic: handle null/NaN values (#8793)

4 years agoDoughnut/Pie chart border radius (#8682)
Evert Timberg [Sat, 3 Apr 2021 11:58:51 +0000 (07:58 -0400)] 
Doughnut/Pie chart border radius (#8682)

* Arc with rounded ends implementation
* End style option
* Working border radius implementation for arcs
* Linting
* Fix bug introduced when converting to new border object
* Fix bugs identified by tests
* Arc border radius tests
* Add test to cover small borderRadii
* Reduce the weight of the arc border implementation
* lint fix

4 years agoClean up a few sample issues (#8790)
Evert Timberg [Fri, 2 Apr 2021 21:25:14 +0000 (17:25 -0400)] 
Clean up a few sample issues (#8790)

4 years agoPatch: option scope might not be an object (#8789) v3.0.1
Jukka Kurkela [Fri, 2 Apr 2021 20:13:36 +0000 (23:13 +0300)] 
Patch: option scope might not be an object (#8789)

4 years agov3.0.0 version bump (#8781) v3.0.0
Evert Timberg [Fri, 2 Apr 2021 18:56:54 +0000 (14:56 -0400)] 
v3.0.0 version bump (#8781)

* v3.0.0 version bump
* Update urls for next -> latest
* Remove TS urls

4 years agoAdded v2 to issue template as not supported and change links in readme to v3 versions...
Jacco van den Berg [Fri, 2 Apr 2021 18:32:55 +0000 (20:32 +0200)] 
Added v2 to issue template as not supported and change links in readme to v3 versions (#8693)

4 years agoTweak redirect urls (#8788)
Evert Timberg [Fri, 2 Apr 2021 17:57:05 +0000 (13:57 -0400)] 
Tweak redirect urls (#8788)

* Redirect to html links
* No delay on redirect

4 years agoProxy: make sure set value ends up in first scope (#8787)
Jukka Kurkela [Fri, 2 Apr 2021 17:47:05 +0000 (20:47 +0300)] 
Proxy: make sure set value ends up in first scope (#8787)

4 years agoVuepress HTML redirect for samples folder (#8785)
Evert Timberg [Fri, 2 Apr 2021 17:33:56 +0000 (13:33 -0400)] 
Vuepress HTML redirect for samples folder (#8785)

* HTML redirect using vuepress plugin

* Add other needed redirects

Co-authored-by: Evert Timberg <--global>
4 years agoAdds scriptable column to options table in the title documentation (#8786)
stockiNail [Fri, 2 Apr 2021 16:13:43 +0000 (18:13 +0200)] 
Adds scriptable column to options table in the title documentation (#8786)

* Fixes typo on padding doc
* adds column to the options table for scriptable
* Fixes table headers

4 years agoAdd vuepress-plugin-flexsearch (#8784)
Jukka Kurkela [Fri, 2 Apr 2021 15:18:53 +0000 (18:18 +0300)] 
Add vuepress-plugin-flexsearch (#8784)

4 years agoRedirect to first sample (#8783)
Jukka Kurkela [Fri, 2 Apr 2021 14:56:32 +0000 (17:56 +0300)] 
Redirect to first sample (#8783)

4 years agoFix tooltip align & external types (#8782)
Evert Timberg [Fri, 2 Apr 2021 14:53:00 +0000 (10:53 -0400)] 
Fix tooltip align & external types (#8782)

4 years agoChange tabs from area samples to buttons to switch to be in line with other samples...
Jacco van den Berg [Fri, 2 Apr 2021 14:06:29 +0000 (16:06 +0200)] 
Change tabs from area samples to buttons to switch to be in line with other samples, change linewith of extra line datasets to default instead of 1 to be in line with all other lines in the sampels (#8780)

4 years agoBump to v3.0.0-rc.7 (#8779) v3.0.0-rc.7
Evert Timberg [Fri, 2 Apr 2021 13:32:59 +0000 (09:32 -0400)] 
Bump to v3.0.0-rc.7 (#8779)

4 years agoRemove old sample files (#8777)
Evert Timberg [Fri, 2 Apr 2021 13:10:03 +0000 (09:10 -0400)] 
Remove old sample files (#8777)

* Remove old sample files

* Code review feedback

* Add sample redirect