Nick Partridge
Nick Partridge
Adds optional `base` value to `ticks`, `tickIncrement` and `tickStep` functions. Using default `base` value of `10` results in no functional changes to existing code. These changes enable rendering linear ticks...
I would like to propose an added option to allow returning ticks on a binary basis from the `ticks` method. https://github.com/d3/d3-array/blob/6860b190118e29a08fe9848b97aa1cbe967172f2/src/ticks.js#L5-L35 I imagine this could be an additional parameter like...
Firstly, thanks for your effort on this, I love the idea of this component. I found a problem with the way you pass the template prop to the `vuep` component...
## Summary Adds sticky tooltip interaction whenever `Tooltip.actions` are defined. See demo story [here](https://ech-e2e-ci--pr-1782-tvisv7qq.web.app/?path=/story/interactions--brush-selection-tool-on-time-charts&globals=theme:light). Features: - Right-click to stick tooltip - Select series on stuck tooltip - Disables stickiness for...
Here I am, after a little explorations it seems that the best option we have is to introduce a white 1px border to the whole tooltip, it would work as...
## Summary adds `ElasticChartsProvider` to pass `EchContext` value to set globally shared values across all chart instances. This remediates the need to provide a `theme` and `baseTheme` to all chart...
## Docs in UI I think storybook is a fantastic tool and would be perfect to leverage in visual testing. However, storybook is not a very good substitute for documentation....
Enable [`noUncheckedIndexedAccess`](https://www.typescriptlang.org/tsconfig#noUncheckedIndexedAccess) to prevent runtime errors when accessing empty arrays. Currently, there is no guard for accessing a value from an array. ```ts function getThing(things: string[]): string { return things[0];...
I've seen several buildkite jobs fail on due to a `503` or `502` network errors. ## Failed jobs ### Build [664](https://buildkite.com/elastic/datavis-ci/builds/664#0181f822-a585-4891-97c0-5a9aeffd96fe/146) yarn install of `@jest/types` returns `503` error. ``` info...
# Summary This issue is to track the migration of out vrt runner to [playwright](https://playwright.dev/). ## Tasks - [x] Refactor CI to accommodate running playwright on GH actions with deployed...