Pure Vue Chart screenshot

Pure Vue Chart

Author Avatar Theme by Djaxho
Updated: 24 Apr 2020
66 Stars

Simple and lightweight vue chart component without using chart library dependencies

Categories

Overview

This content provides information on how to install and use a theme, along with its key features and options. The theme is licensed under the MIT License and encourages collaboration through pull requests for improvement.

Features

  • Import and Register: Easily import and register the theme in your component.
  • Trendline: Add a simple linear trend line using specific props.
  • X-axis Labels: Customize the x-axis labels according to your data.

Installation

To install the theme, follow these steps:

  1. Import the theme into your project.
  2. Register it in your component.
  3. Use the available options and props to customize the theme.

Example code snippets:

import Theme from 'theme-package';

...

export default {
  ...
  components: {
    Theme,
  },
  ...
}

Summary

This content provides a guide on installing and using a theme with various customization options. It highlights key features such as trendline addition and x-axis label customization. The theme is licensed under the MIT License and encourages collaborative improvement through pull requests.