@ssa-ui-kit/core 2.25.0 → 2.26.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.
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -9331,7 +9331,8 @@ const useChartInfo = () => {
|
|
|
9331
9331
|
symbol: ''
|
|
9332
9332
|
},
|
|
9333
9333
|
yaxis: 'y2',
|
|
9334
|
-
connectgaps: true
|
|
9334
|
+
connectgaps: true,
|
|
9335
|
+
showlegend: true
|
|
9335
9336
|
};
|
|
9336
9337
|
if (!('hovertemplate' in item)) {
|
|
9337
9338
|
extraParams.hovertemplate = `${item.name}: %{y:}${valueDimension}` + '<extra></extra>';
|