Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dynamiccharts

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dynamiccharts

A revolutionary Vue 3 library that dynamically creates and updates a Chart based on API calls.

  • 1.0.14
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
0
Weekly downloads
 
Created
Source

RevCharts

DynamicChart Component The DynamicChart component provides a flexible and interactive charting solution using Chart.js and Vue.js. It allows users to fetch data from an API, configure chart settings, and save/load configurations.

Features

  • Fetch Data from API: This Vue 3 library dynamically creates and updates Charts based on API calls.

  • Input field for entering an API URL: Fetches data from the provided URL and visualizes it as a chart.

  • Chart Type Selection: Dropdown menu to select from various chart types: Bar Chart Line Chart Pie Chart Doughnut Chart Radar Chart Polar Area Chart Chart Configuration

  • Title: Input field for setting the chart title.

  • Customize Color: Input field for specifying the chart color (in RGBA format).

  • Save and Load Configuration: Save current chart configuration (API URL, chart type, title, color) to localStorage.

  • Load Configuration: Load saved chart configuration from localStorage.

  • Retry: Retry button to attempt fetching data again if the initial attempt fails.

  • Download Chart: Download the displayed chart as a PNG image.

  • Error Handling: Shows error messages if data fetching fails or if the data format is invalid.

  • Responsive Design: The chart and controls are responsive and adapt to different screen sizes.

Screenshot

Screenshot

Installation

npm i dynamiccharts

import dynamiccharts from 'dynamiccharts'
import "dynamiccharts/dist/style.css";

<dynamiccharts />

give any Json Api Address in checkbox like this 'https://jsonplaceholder.typicode.com/posts' and click Fetch


FAQs

Package last updated on 22 Jul 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc