mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-25 01:26:53 +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
@@ -45,7 +45,7 @@
|
||||
],
|
||||
"backgroundColor": "transparent",
|
||||
"borderColor": "#0000ff",
|
||||
"borderWidth": 0,
|
||||
"borderWidth": 1,
|
||||
"pointStyle": [
|
||||
"circle",
|
||||
"cross",
|
||||
@@ -73,7 +73,7 @@
|
||||
],
|
||||
"backgroundColor": "#00ff00",
|
||||
"borderColor": "#0000ff",
|
||||
"borderWidth": 0,
|
||||
"borderWidth": 1,
|
||||
"pointStyle": [
|
||||
"circle",
|
||||
"cross",
|
||||
@@ -103,7 +103,7 @@
|
||||
"elements": {
|
||||
"line": {
|
||||
"borderColor": "transparent",
|
||||
"borderWidth": 0,
|
||||
"borderWidth": 1,
|
||||
"fill": false
|
||||
},
|
||||
"point": {
|
||||
|
||||
Reference in New Issue
Block a user