From: Jukka Kurkela Date: Fri, 2 Oct 2020 12:11:01 +0000 (+0300) Subject: Fix tooltip font options in sample (#7835) X-Git-Tag: v3.0.0-beta.4~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=298303a3ec778fa8a3b7c61ffe002a22968f094b;p=thirdparty%2FChart.js.git Fix tooltip font options in sample (#7835) --- diff --git a/samples/tooltips/border.html b/samples/tooltips/border.html index c91be6b69..291303f4a 100644 --- a/samples/tooltips/border.html +++ b/samples/tooltips/border.html @@ -57,8 +57,12 @@ xPadding: 10, caretSize: 8, backgroundColor: 'rgba(72, 241, 12, 1)', - titleFontColor: window.chartColors.black, - bodyFontColor: window.chartColors.black, + titleFont: { + color: window.chartColors.black + }, + bodyFont: { + color: window.chartColors.black + }, borderColor: 'rgba(0,0,0,1)', borderWidth: 4 },