From e05efadf1fbdada0f58b417f21dc46b7d5e27608 Mon Sep 17 00:00:00 2001 From: talc23 Date: Fri, 12 Apr 2019 19:43:59 +0300 Subject: [PATCH] Update LabelSeries doc with a link that has more info on svg-text (#1150) (#1154) --- docs/label-series.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/label-series.md b/docs/label-series.md index 5d15220c0..8430d53e9 100644 --- a/docs/label-series.md +++ b/docs/label-series.md @@ -90,7 +90,7 @@ Array of data for the series. See above data format reference. Type: `object` -SVG text objects (which is what the labelSeries is made up of) accept a ton of different styles, so rather than prescribe every single one we just accept a general grab bag pf the styles. check out the [w3](https://www.w3schools.com/graphics/svg_path.asp) page for more details. +SVG text objects (which is what the labelSeries is made up of) accept a ton of different styles, so rather than prescribe every single one we just accept a general grab bag pf the styles. check out the [mozilla](https://developer.mozilla.org/en-US/docs/Web/SVG/Element/text) page for more details. #### labelAnchorX