]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Added configuration to documentation
authorMarcelo Tedeschi <marceloftedeschi@gmail.com>
Sun, 5 Feb 2017 22:00:12 +0000 (23:00 +0100)
committerEvert Timberg <evert.timberg+github@gmail.com>
Sat, 25 Feb 2017 00:27:05 +0000 (19:27 -0500)
docs/01-Chart-Configuration.md

index 883d74ec009f1de7c1cc46cefd156165ec9e29b6..b01af7fb9c39b09dd8bacaf177eb7a78f76aed62 100644 (file)
@@ -252,6 +252,8 @@ cornerRadius | Number | 6 | Radius of tooltip corner curves
 multiKeyBackground | Color | "#fff" | Color to draw behind the colored boxes when multiple items are in the tooltip
 displayColors | Boolean | true | if true, color boxes are shown in the tooltip
 callbacks | Object | | See the [callbacks section](#chart-configuration-tooltip-callbacks) below
+borderColor | Color | 'rgba(0,0,0,0)' | Color of the border
+borderWidth | Number | 0 | Size of the border
 
 #### Tooltip Callbacks