@barchart/chart-lib 2.214.2 → 2.215.0

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.
chart-lib/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@barchart/chart-lib",
3
- "version": "2.214.2",
3
+ "version": "2.215.0",
4
4
  "description": "Barchart HTML5 Streaming Chart",
5
5
  "main": "barchart.chart.js",
6
6
  "types": "barchart.chart.d.ts",
chart-lib/style.css CHANGED
@@ -104,7 +104,8 @@ html {
104
104
  cursor: pointer;
105
105
  }
106
106
 
107
- .bcharts-card .delete-plot {
107
+ .bcharts-card .delete-plot,
108
+ .bcharts-card .show-hide-plot {
108
109
  padding: 3px;
109
110
  fill: #999;
110
111
  cursor: pointer;