More Premium Hugo Themes Premium Vue Themes

Pure Vue Chart

Simple and lightweight vue chart component without using chart library dependencies

Pure Vue Chart

Simple and lightweight vue chart component without using chart library dependencies

Author Avatar Theme by djaxho
Github Stars Github Stars: 66
Last Commit Last Commit: Apr 24, 2020 -
First Commit Created: Jan 5, 2024 -
Pure Vue Chart screenshot

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.