Ronnie Dutta
Ronnie Dutta
```vue ``` When `series` changes I get a TypeError if the length of `series[0].data` has changed ``` apexcharts.common.js:14 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'resetSeries') at...
When I update the series the chart goes blank. Repro: [https://play.vuejs.org/#...](https://play.vuejs.org/#eNqFUk1v2zAM/SuELmkB166XrBuMJGhX9LAdtmLddqlycGwlUWNLgiSn7oL891KW47hBP4AgoMjnx/dIbsmVUuGmYiQhY5NpriwYZis1pYKXSmoLW9BsATtYaFnCAKGDrvSvYleK1derVFtzAAzPUsxmTRbBVGRSGMerOTMwcXwn91sqAPLUpgncuxCwUZ3AoGTycRDAE6bj4FMwDEbB5xnsgj5mnuZLplsU1oMvwdcgjvewGRW72emhsVSWY4Cdm6aqkPaXTyU+AzBPNcawkpr/l8KmRQJWVwx2rox/+NuzVQpVs7u9mZNTmEw9jTcYbtICv5yAt3hk8lWbI2cyuDjYfNPoBVqNzw9AtIr6nGEqxpFfIK4OH5aVqkCh+AIYv9xU4pVOKPEBJWCfFMP3XNa3OB5MJO3UMNlGlESebF5ZKwVcZgXP1ljvT4SS6d/mOY48DD8ZR50YEhB/O2dlqsIHIwUeXjMn2haQodsKJUfX5GqUrKxVJomiSqj1MsxkGR3BLuNwFMaR0VnERc5qbERJOzFKPqbrMQ3DURyeRzk3tpcOmSkb0v15oC9r8D4WfHnkCvkUL5huL+6Fu7Qo5OOPJueurVOYrVi2fiX/YGov+VYz3NyG9VzZVC8ZLs6Vb+5+shrjrljKvCoQ/U7xNzOyqJxGD/tWiRxl9+fm1H5vlsTF8o+5qS0TZm/KCW2m0eCbzV2/Y/0gdxgOuynungE1hX3/) ```vue import { ref } from 'vue' import VueApexCharts from 'vue3-apexcharts' const series = ref([{ data: [ { x:...
The width applied to the chart is slightly too large on initial page load because it doesn't take into account the width of the vertical scrollbar.  If you resize...
## Description When the `default_url` contains a hash (aka fragment) (our app uses vue-router with hash-based routing), e.g. `default_url = /foo/#/workspace`, there is a discrepancy between the full URL logged...
By figuring out how to use `VMenu` better I was able to drop a fair amount of cruft. We were originally using `VMenu` but through various attempts to get it...
> The arrows may disappear from the graph view, which I have tracked down to the `layout()` method: > https://github.com/cylc/cylc-ui/blob/c151c9a8084e48cc07b664e0188c62665c675016/src/views/Graph.vue#L652-L659 > > where `bbox` is undefined. Originally reported in #1470...
Closes https://github.com/cylc/cylc-ui/issues/1255 When sorting by e.g. Job ID, an absence of a value means a job has not yet been submitted by the task that this row corresponds to. So...
If you click e.g. the "Job ID" column to sort by the job ID, you get the tasks that haven't yet got a job ID showing before the tasks that...
>I'm not sure displaying the selected tasks as chips in the `v-autocomplete` is working out. And the selected tasks are already shown in the chart legend, so why not just...
When opening a new tab in the workspace, the new view should take focus See also #140 for a broader issue on keyboard interaction