vue3-charts
vue3-charts copied to clipboard
Vue3-Charts is an SVG-based charting library that is very easy to use and highly customizable
Hi, looks like an interesting Chart Library, but I am not able to figure out how to make the stacked bar chart. Can you help me out?
…/" aliases in generated types Addressing the type aliasing issue mentioned in https://github.com/ghalex/vue3-charts/issues/33. On the way through, noticed and cleared up a few things: - package conflicts that were borking...
Hello Ghiura Alexandru! could you please support vite with vue ts - because thats the recommended way to start a vue3 project now. It works fine with development server (npm...
I'd appreciate a demo showing how to follow the new Vue3 no-build feature, using ES modules to import components.
I found this library quite simple to use. As a new user, the surprising thing came from the (default) "band" x-axis setup. At first I thought it was a design...
How can i draw chart (e.g: Line, Bar...) from Y-axis to end of the chart right-side? - from Y-axis:  - to chart right-side: 
Please export AxisConfig and ChartAxis interface, so i can import like this: ```ts import type { AxisConfig, ChartAxis } from "vue3-charts" ``` For improving and reusing input axis object type!...
Just like this [stack-overflow - questions - d3-line-chart-axis-text-labels-in-multi-line](https://stackoverflow.com/questions/31276871/d3-line-chart-axis-text-labels-in-multi-line), i think this new feature is really useful! You can add some properties in `AxisConfig` to config axis label. Thank you for...
How to set size.width = 100% or 100vh to make the chart responsive