IgniteUI / igniteui-wc-examples

samples browser app and individual samples on how to use Ignite UI for Web Components
https://infragistics.com/webcomponents-demos/samples
7 stars 5 forks source link

DataLegend does now show correct values with format specifier #597

Open igDivya opened 10 months ago

igDivya commented 10 months ago

Run the sample hover over the chart: https://staging.infragistics.com/webcomponents-demos/samples/charts/category-chart/format-specifiers

Issue : Total revenue and highest grossing vales are not updated just showing 0 billion

image

HUSSAR-mtrela commented 10 months ago

@mddifilippo89 can you export the xplat sample to WPF or try to reproduce this issue in WPF app https://github.com/IgniteUI/igniteui-xplat-examples/blob/23.2.x/samples/charts/category-chart/format-specifiers.json

I asked because this might be a bug in sample or in product and we should try to produce it in WPF

mddifilippo89 commented 10 months ago

@gmurray81 I just ran the sample locally from vnext (wc/wpf) and it works fine. sandbox link too, running fine. https://codesandbox.io/p/sandbox/github/IgniteUI/igniteui-wc-examples/tree/vnext/samples/charts/category-chart/format-specifiers

HUSSAR-mtrela commented 8 months ago

@agoldenbaum and I can still reproduce this issue. @mddifilippo89 make sure you are using the sample on staging and clearing browser cache. However, first check if this issue occurs in exported WPF sample because maybe this is an issue in the product rather than in sample.