Module in Vue Chart component
21 Jun 20249 minutes to read
The following modules should be injected to extend chart’s functionality.
The available chart modules are
Module | Description |
---|---|
Axis Type Feature Modules | |
Category |
Inject this module to use category axis type to visualize category (string type) values. |
DateTime |
Inject this module to use date time axis type to visualize datetime values. |
Logarithmic |
Inject this module to use log axis type to visualize logarithmic values. |
DateTimeCategory |
Inject this module to use date time category axis type to visualize datetime category values. |
Series Type Feature Modules | |
LineSeries |
Inject this module to use the line type series in the chart. |
StepLineSeries |
Inject this module to use the step line type series in the chart. |
StackingLineSeries |
Inject this module to use the stacking line type series in the chart. |
MultiColoredLineSeries |
Inject this module to use the multi colored line type series in the chart. |
SplineSeries |
Inject this module to use the spline type series in the chart. |
AreaSeries |
Inject this module to use the area type series in the chart. |
RangeAreaSeries |
Inject this module to use the range area type series in the chart. |
RangeStepAreaSeries |
Inject this module to use the range step area type series in the chart. |
SplineRangeAreaSeries |
Inject this module to use the spline range area type series in the chart. |
StackingAreaSeries |
Inject this module to use the stacking area type series in the chart. |
StackingStepAreaSeries |
Inject this module to use the stacking step area type series in the chart. |
StepAreaSeries |
Inject this module to use the step area type series in the chart. |
SplineAreaSeries |
Inject this module to use the spline area type series in the chart. |
MultiColoredAreaSeries |
Inject this module to use the multi colored area type series in the chart. |
ColumnSeries |
Inject this module to use the column type series in the chart. |
RangeColumnSeries |
Inject this module to use the range column type series in the chart. |
StackingColumnSeries |
Inject this module to use the stacking column type series in the chart. |
BarSeries |
Inject this module to use the bar type series in the chart. |
StackingBarSeries |
Inject this module to use the stacking bar type series in the chart. |
ScatterSeries |
Inject this module to use the scatter type series in the chart. |
BubbleSeries |
Inject this module to use the bubble type series in the chart. |
PolarSeries |
Inject this module to use the polar type series in the chart. |
RadarSeries |
Inject this module to use the radar type series in the chart. |
HiloSeries |
Inject this module to use the hilo type series in the chart. |
HiloOpenCloseSeries |
Inject this module to use the hilo open close type series in the chart. |
CandleSeries |
Inject this module to use the candle type series in the chart. |
BoxAndWhiskerSeries |
Inject this module to use the box and whisker type series in the chart. |
WaterfallSeries |
Inject this module to use the waterfall type series in the chart. |
HistogramSeries |
Inject this module to use the histogram type series in the chart. |
ParetoSeries |
Inject this module to use the pareto type series in the chart. |
ErrorBar |
Inject this module to use the error bar feature in series. |
Indicator Type Feature Modules | |
AccumulationDistributionIndicator |
Inject this module to use the accumulation distribution indicator. |
AtrIndicator |
Inject this module to use the average true range (ATR) indicator. |
BollingerBands |
Inject this module to use the bollinger band indicator. |
EMAIndicator |
Inject this module to use the exponential moving average (EMA) indicator. |
MomentumIndicator |
Inject this module to use the momentum indicator. |
MACDIndicator |
Inject this module to use the moving average convergence divergence (MACD) indicator. |
RsiIndicator |
Inject this module to use the relative Strength index (Rsi) indicator. |
SmaIndicator |
Inject this module to use the simple moving average (SMA) indicator. |
StochasticIndicator |
Inject this module to use the stochastic indicator. |
TmaIndicator |
Inject this module to use the trivue moving average indicator. |
Other Feature Modules | |
StripLine |
Inject this module to use strip line feature. |
Trendlines |
Inject this module to use the trendline feature. |
DataLabel |
Inject this module to use the data label feature. |
ChartAnnotation |
Inject this module to use the annotation feature. |
Legend |
Inject this module to use the legend feature. |
Tooltip |
Inject this module to use the tooltip feature. |
Zoom |
Inject this module to use the zooming and panning feature. |
DataEditing |
Inject this module to use the data editing feature. |
Crosshair |
Inject this module to use the crosshair feature. |
Selection |
Inject this module to use the selection feature. |
Highlight |
Inject this module to use the highlight feature. |
Export |
Inject this module to use the export feature. |
MultiLevelLabel |
Inject this module to use the multi level label feature. |
These modules should be injected into the provide
section and use chart
as a key of the object.