We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
Unfortunately, activation email could not send to your email. Please try again.
Syncfusion Feedback

Trusted by the world’s leading companies

Syncfusion Trusted Companies

Overview

The Vue Stock Chart is a well-crafted, easy-to-use financial charting package. Track and visualize the stock price of any company over a specific period of time using charting(such as Candlestick, OHLC, HiLo, etc.) and range tools. The component comes with a lot of features such as zooming, panning, tooltip, crosshair, trackball, period selector, range selector, and events to make the stock charts more interactive.


High performance

Several data-rendering optimizations are included for the best possible performance when plotting large volumes of data and handling high-frequency real-time data.

Chart Performance


Interactive Chart

The end-user experience is greatly enhanced by including a set of interactive features such as zooming and panning, crosshair, trackball, events, and selection.


Candlestick with volume

Vue Candlestick Chart allows analyzing both price action and volume at a glance.


Multiple series

Plot multiple series in a single chart to compare different stock values. Enabling a legend and a tooltip gives more information about an individual series.


Plot band

Draw special attention to any region of the chart or graph with the help of strip lines.


Range selector

Use the range selector to filter a date range for data that needs to be visualized.


Period selector

Select predefined periods just by a single click.


Series type

Visualize data using different series types like candle, OHLC, HiLo, line, spline, area, and spline area. The series type can be changed using the series options in the period selector.


Legend

Legends provide additional information helpful in identifying individual data or series in a stock chart.


Indicators

Use technical indicators to analyze the past and predict the future market trends based on historic price, volume, or open interest. The Stock Chart supports 10 different types of indicators. You can add these indicators to a stock chart using the indicator option in the period selector.


Trendlines

Predict future trends with predetermined data for any measurement such as the stock market or target revenue with the help of trendlines. You can add trendlines to a stock chart using the trendlines options in the period selector.


Stock events

Stock events are used to show different kinds of market events on the chart. Use a flag, sign, pin, text, circle, or description.

Stock Events


Built-in and customizable themes

Stock chart is shipped with several built-in themes such as Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, Fluent, and high contrast.

Vue Chart Themes.


Export Vue Stock Chart to PDF documents or to image formats such as SVG, PNG, and JPEG in the client-side. Print the rendered stock charts and graphs directly from the browser.


Globalization and localization

Format dates and numbers in Vue Stock Charts.

Globalization

Vue Stock Chart enables users from different locales to format date, currency, and numbering to suit their language preferences. It uses the internalization (i18n) library to handle value formatting.

Localize Vue Stock Charts UI strings.

Localization

Based on their needs, users can localize all the strings that are used in the user interface of the Vue Stock Chart component. It uses the localization (l10n) library to localize UI strings.


Vue Stock Chart Code Example

Easily get started with the Vue Stock Chart using a few simple lines of Vue code as demonstrated below. Also explore our Vue Stock Chart Example that shows you how to render and configure the stock chart.

<template>
  <div class="control-section">
    <div>
      <ejs-stockchart
        style="display:block"
        id="stockchartcontainerstripline"
        :primaryXAxis="primaryXAxis"
        :primaryYAxis="primaryYAxis"
        :chartArea="chartArea"
        :title="title"
        :border="border"
        :theme="theme"
        :seriesType="series"
        :indicatorType="indicator"
      >
        <e-stockchart-series-collection>
          <e-stockchart-series
            :dataSource="seriesData"
            type="Candle"
          ></e-stockchart-series>
        </e-stockchart-series-collection>
      </ejs-stockchart>
    </div>

  </div>
</template>
  <style scoped>
</style>
<script>
import Vue from "vue";
import { Browser } from "@syncfusion/ej2-base";
import { chartData } from './indicator-data';
import {
  StockChartPlugin,
  DateTime,
  Tooltip,
  RangeTooltip,
  Crosshair,
  StripLine,
  LineSeries,
  SplineSeries,
  CandleSeries,
  HiloOpenCloseSeries,
  HiloSeries,
  RangeAreaSeries,
  Trendlines,
  EmaIndicator,
  RsiIndicator,
  BollingerBands,
  TmaIndicator,
  MomentumIndicator,
  SmaIndicator,
  AtrIndicator,
  AccumulationDistributionIndicator,
  MacdIndicator,
  StochasticIndicator,
  Export
} from "@syncfusion/ej2-vue-charts";

Vue.use(StockChartPlugin);

export default Vue.extend({
  data: function() {
    return {
      theme: "Material",
      series: [],
      indicator: [],
      seriesData: chartData,
      //Initializing Primary X Axis
      primaryXAxis: {
        valueType: "DateTime",
        majorGridLines: { width: 0 },
		crosshairTooltip: { enable: true }
      },

      //Initializing Primary Y Axis
      primaryYAxis: {
        lineStyle: { color: "transparent" },
        majorTickLines: { color: "transparent", width: 0 }
      },

      chartArea: {
        border: {
          width: 0
        }
      },
      border: {width: 0},
      title: "AAPL Historical"
    };
  },
  provide: {
    stockChart: [
      DateTime,
      Tooltip,
      StripLine,
      Crosshair,
      RangeTooltip,
      LineSeries,
      SplineSeries,
      CandleSeries,
      HiloOpenCloseSeries,
      HiloSeries,
      RangeAreaSeries,
      Trendlines,
      EmaIndicator,
      RsiIndicator,
      BollingerBands,
      TmaIndicator,
      MomentumIndicator,
      SmaIndicator,
      AtrIndicator,
      AccumulationDistributionIndicator,
      MacdIndicator,
      StochasticIndicator,
      Export
    ]
  },
  methods: {}
});
</script>

Other supported frameworks

Stock Chart is also available in the Blazor, React, Angular, and JavaScript frameworks. Check out the Stock Chart for different platforms from the following links.




80+ VUE UI COMPONENTS

Frequently Asked Questions

  • Visualize and analyze stock data with candlestick, OHLC, HiLo Chart.
  • Interact and explore stock charts with features such as period selector, range selector, zoom and pan, crosshair, tooltip, trackball, and more.
  • Flexible UI customization of period and range selector with fluent APIs.
  • One of the best Vue Stock Chart in the market that offers feature-rich UI to interact with the software.
  • 10 Technical indicators and 4+ Financial Chart types with elegant animation.
  • Supports all modern browsers.
  • Mobile-touch friendly and responsive.
  • Expansive learning resources such as demos and documentation to learn quickly and get started with Vue Stock Chart.

You can find our Vue Stock Chart demo here.

No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.

A good place to start would be our comprehensive getting started documentation.

Our Customers Love Us

Having an excellent set of tools and a great support team, Syncfusion reduces customers’ development time.
Here are some of their experiences.

Rated by users across the globe

Transform your applications today by downloading our free evaluation version Download Free Trial

Awards

Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.

Up arrow icon

Warning Icon You are using an outdated version of Internet Explorer that may not display all features of this and other websites. Upgrade to Internet Explorer 8 or newer for a better experience.Close Icon

Live Chat Icon For mobile