Velen Ruben
Velen Ruben
I don't think this plugin is updated anymore. You can build a simplified version like this using `@vueuse/core` library ## AnimatedNumberVue Component ```` {{ counter }} import { ref, onMounted,...
When is this getting resolved? These errors are really making me move away from Danfo
Name and message are missing and only stack is displayed. ``` "name": "Error", "message": "sdf" ``` [Screencast from 11-30-2023 11:01:04 AM.webm](https://github.com/DonJayamanne/typescript-notebook/assets/134291472/70c6a838-dcae-471a-bd95-6dc52db0e5c9)
Had tough time using the package. So went about custom approach using WebView. #### `utils/graph-webview-html.ts` ```ts function graphWebviewHtml(chartOptions: Highcharts.Options): string { return ` var chartOptions = ${JSON.stringify(chartOptions)}; function reviver(key, value)...