Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[igFinancialChart] Options are not in sync when end users change them from control's built-in toolbar #2238

Open
jded76 opened this issue Dec 7, 2023 · 0 comments
Labels

Comments

@jded76
Copy link

jded76 commented Dec 7, 2023

Description

We have a case that we want to save all the options the users can select on the chart (chart type, all selected indicators, period etc.), so when they come back to the application they will see the same state.

We found that this is not possible, because the options of the chart are not in sync with what user selects.
I also tried the event propertyChanged, but it isn't called at all.

  • ignite-ui version: latest
  • browser: all

Steps to reproduce

Fiddler

I'm attaching a video with the actual problem (please ignore the teams messages).

The problem begins after I changed to "Column" chart type, and the button "Set ChartType to bar" is not working any more, because the control thinks that it already selected. You can see that when I clicked "Get ChartType" the value was "bar" and not "column".

When I clicked "Set ChartType to candle" started working again.

Result

Options are not in sync with control's state when the end user sets an option from the toolbar

Expected result

Get the current selected option

Attachments

Recording 2023-12-06 173015

@jded76 jded76 added the bug label Dec 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant