diff --git a/docs/09-Advanced.md b/docs/09-Advanced.md index 3a361bcfff3..29d79e5cd4b 100644 --- a/docs/09-Advanced.md +++ b/docs/09-Advanced.md @@ -165,6 +165,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 -