mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-11 02:36:52 +01:00
* proposed fix for issue #6830 https://github.com/chartjs/Chart.js/issues/6830 * Updated to pass the full options object instead of a shadow borderwidth. Updated migration guide regarding the API signature change. * Moved to use options.radius instead of caching radius; updated related migration docs.
This commit is contained in:
committed by
Evert Timberg
parent
02279b38fc
commit
b834517378
@@ -199,3 +199,10 @@ Animation system was completely rewritten in Chart.js v3. Each property can now
|
||||
#### Layout
|
||||
|
||||
* `ILayoutItem.update` no longer has a return value
|
||||
|
||||
#### Helpers
|
||||
|
||||
##### Canvas Helper
|
||||
|
||||
* The second parameter to `drawPoint` is now the full options object, so `style`, `rotation`, and `radius` are no longer passed explicitly
|
||||
|
||||
|
||||
Reference in New Issue
Block a user