Can't select multiple columns in bar / line chart #1747
Replies: 3 comments
-
|
Thanks for the report @shinny-yangyang! This is expected behavior (TL;DR - use
There are two easy ways to select additional columns -
I'm going to move this to a discussion as its not a bug per se, but I'm curious if there is strong consensus for changing this default for e.g. -Line, -Bar, -Area single-axis chart types. |
Beta Was this translation helpful? Give feedback.
-
|
I had similar expectations as @shinny-yangyang when first playing with perspective. I later stumbled upon the drag-and-drop technique for adding multiple measure/metric columns to the charts. Additionally, we've had a few stakeholders ask how to add multiple metrics series, as it was not initially intuitive. IMHO, I think changing the chart behavior to match the datagrid behavior would be a more intuitive and consistent experience for new users of perspective. Especially with the use of checkbox icons that give the sense that multiple selection will happen on click. I actually was unaware of the shift-click behavior. If this change goes forward, I would be in favor for a shift-click to perform a exclusive column selection in the charts as done in the datagrid. |
Beta Was this translation helpful? Give feedback.
-
|
@texodus any new thoughts or updates on this? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Report
Steps to Reproduce:
Expected Result:
"chg" and "bid" are both selected, and the chart shows both "chg" and "bid" as two series.
Actual Result:
"chg" become unselected. the chart shows only "bid",
Environment:
Chrome and Edge browser
Beta Was this translation helpful? Give feedback.
All reactions