react-autoql 8.1.0 → 8.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -2806,12 +2806,16 @@ g.legendOrdinal .legendTitle tspan {
2806
2806
  }
2807
2807
  .react-autoql-chart-container .bar,
2808
2808
  .react-autoql-chart-container .column,
2809
- .react-autoql-chart-container .slice,
2810
2809
  .react-autoql-chart-container .stacked-bar,
2811
2810
  .react-autoql-chart-container .stacked-column {
2812
2811
  cursor: pointer;
2813
2812
  stroke: transparent;
2814
- stroke-width: 10px;
2813
+ stroke-width: 8px;
2814
+ }
2815
+ .react-autoql-chart-container .slice {
2816
+ cursor: pointer;
2817
+ stroke: transparent;
2818
+ stroke-width: 3px;
2815
2819
  }
2816
2820
  .react-autoql-chart-container .point {
2817
2821
  outline: none !important;
Binary file