loclv
loclv
Hi, with version 2.6.3 on php 7.0 Newest Chromium-based Microsoft Edge app has user agent below: `Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36 Edg/83.0.478.45`....
# Fix readme - typo ## fix typo in README fix `Rich texts` importing. ## Prefer destructuring from object refactor `Rich texts` importing in README. --- THANK YOU for this...
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...
### What version of Turbopack are you using? I don't know exactly, but I'm using `"next": "13.1.5"` with `next dev --turbo`. ### What package manager are you using / does...