diff --git a/docs/09-Advanced.md b/docs/09-Advanced.md index 5ea957179a6..db346bc94d2 100644 --- a/docs/09-Advanced.md +++ b/docs/09-Advanced.md @@ -173,6 +173,8 @@ var myPieChart = new Chart(ctx, { // tooltip.text // tooltip.x // tooltip.y + // tooltip.caretX + // tooltip.caretY // etc... } } diff --git a/samples/line-customTooltips.html b/samples/line-customTooltips.html index 6695cb66346..9272caff8b6 100644 --- a/samples/line-customTooltips.html +++ b/samples/line-customTooltips.html @@ -4,7 +4,6 @@ Line Chart with Custom Tooltips -