diff --git a/{4703190B-4D05-4F16-B52C-B4E3B46092C2}/control/index.html b/{4703190B-4D05-4F16-B52C-B4E3B46092C2}/control/index.html index d5f1f80..c5d4528 100644 --- a/{4703190B-4D05-4F16-B52C-B4E3B46092C2}/control/index.html +++ b/{4703190B-4D05-4F16-B52C-B4E3B46092C2}/control/index.html @@ -127,7 +127,7 @@ // load and parse SeriesLabels if (props.hasOwnProperty('SeriesLabels') && props.SeriesLabels != null) { - propsSeriesLabels = props.SeriesLabels + propsSeriesLabels = props.SeriesLabels } // load and parse LineType @@ -135,7 +135,6 @@ propsLineType = props.LineType.toLowerCase(); } - let xSeries = createSeries(propsDataName, propsY_axis, propsSeriesColor); showChart(xSeries, propsX_axisname, propsY_axisname, propsSeriesLabels, propsLineType); @@ -206,7 +205,11 @@ } }, dataLabels: { - enabled: xLabels + enabled: xLabels, + textAnchor: 'start', + formatter: function (val, opt) { + return val + '' + } }, stroke: { curve: xLineType, diff --git a/{4703190B-4D05-4F16-B52C-B4E3B46092C2}/manifest.json b/{4703190B-4D05-4F16-B52C-B4E3B46092C2}/manifest.json index 5a191a0..47ec8b7 100644 --- a/{4703190B-4D05-4F16-B52C-B4E3B46092C2}/manifest.json +++ b/{4703190B-4D05-4F16-B52C-B4E3B46092C2}/manifest.json @@ -51,7 +51,7 @@ "default": true }, "LineType": { - "$ref": "#/control/types/TrueFalse" + "$ref": "#/control/types/LineTipes" } } }