vue3-charts icon indicating copy to clipboard operation
vue3-charts copied to clipboard

Vue3-Charts is an SVG-based charting library that is very easy to use and highly customizable

Results 18 vue3-charts issues
Sort by recently updated
recently updated
newest added

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: ![line-chart-from-y-axis](https://user-images.githubusercontent.com/6302717/172341903-cc09720c-01f6-4f81-982f-de2676e383f9.png) - to chart right-side: ![line-chart-draw-to-end](https://user-images.githubusercontent.com/6302717/172342083-5394ec6a-e9e5-4390-a778-dc47607e91c8.png)

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