Skip to content
Snippets Groups Projects
Commit 7ba8c37a authored by Tom Robinson's avatar Tom Robinson
Browse files

Stacked option copy tweak

parent 1759b022
Branches
Tags
No related merge requests found
......@@ -229,13 +229,13 @@ const SETTINGS = {
},
"stackable.stack_type": {
section: "Display",
title: "Stacked",
title: "Stacked?",
widget: ChartSettingSelect,
getProps: (series, vizSettings) => ({
options: [
{ name: "None", value: null },
{ name: "No", value: null },
{ name: "Stacked", value: "stacked" },
{ name: "Proportional", value: "normalized" }
{ name: "Stacked - 100%", value: "normalized" }
]
}),
getDefault: (series, vizSettings) =>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment