Gradients are being completely filled on the two components in the title of this issue.
I am using remix-react, importing the esm stylesheet as mentioned in the documentation, and have no custom configuration in the librarys <PolarisVizProvider> component
Expected behavior
Gradients should not be filled
Actual behavior
Steps to reproduce the problem
Create a basic remix app
Install polaris-viz using npm or yarn
Render a line chart or spark line chart component on the index page.
Apologies for hijacking this issue, but how are you importing polaris-viz, the Shopify Remix template uses CommonJS and Polaris-Viz is built as an ESM module. Thankyou kindly.
Bug summary
Gradients are being completely filled on the two components in the title of this issue.
I am using remix-react, importing the esm stylesheet as mentioned in the documentation, and have no custom configuration in the librarys
<PolarisVizProvider>
componentExpected behavior
Gradients should not be filled
Actual behavior
Steps to reproduce the problem
Specifications