From 298303a3ec778fa8a3b7c61ffe002a22968f094b Mon Sep 17 00:00:00 2001 From: Jukka Kurkela Date: Fri, 2 Oct 2020 15:11:01 +0300 Subject: [PATCH] Fix tooltip font options in sample (#7835) --- samples/tooltips/border.html | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 }, -- 2.47.2