web: fix css

This commit is contained in:
nym21
2025-06-12 20:23:23 +02:00
parent 70213cfc8f
commit 92f81b1493
2 changed files with 7 additions and 7 deletions

View File

@@ -100,7 +100,7 @@ export function init({
const { field: seriesTypeField, selected: topSeriesType_ } =
utils.dom.createHorizontalChoiceField({
defaultValue: AUTO,
defaultValue: CANDLE,
keyPrefix,
key: "seriestype-0",
choices: /** @type {const} */ ([AUTO, CANDLE, LINE]),
@@ -261,7 +261,7 @@ export function init({
chart.addFieldsetIfNeeded({
id: "charts-seriestype-0",
paneIndex: 0,
position: "se",
position: "ne",
createChild() {
return seriesTypeField;
},