zBritva / charticulator-visual-community

MIT License
8 stars 0 forks source link

Editor 1.4.2.0 cannot edit Nested Chart ( "Edit Nested Chart..." shows empty nested editing display) #43

Open SMusento23 opened 1 week ago

SMusento23 commented 1 week ago

The template of a given "Graph1": image

was saved as a template .tmplt file and then loaded on an empty NestedChart1 obtaining: image

Issue: "Edit Nested Chart..." does not open its editor but shows an empty editor page.

Environment: .pbix file: 06_PBI_2.131.1203_Chartic.VC_Editor_1.4.2.0_Issue - Nested Chart Does Not Edit and-or AutoScale.pbix.zip

Visual Version: charticulatorVisualCommunity_EDITOR.1.4.2.0.pbiviz PBI Desktop: July'2024, 2.131, STAND ALONE: Not logged to any Microsoft Account and/or PBI Enterprise service

zBritva commented 1 week ago

Ver 1.4.2.0 is not reached to end users

Service and Desktop uses 1.4.0.0

image

zBritva commented 1 week ago

The Editor 1.4.2.0 is in CDN pipeline: https://ilfat-galiev.im/docs/charticulator/changelog/

SMusento23 commented 1 week ago

The Editor 1.4.2.0 is in CDN pipeline: https://ilfat-galiev.im/docs/charticulator/changelog/

I beg your pardon, but I'm getting a bit confused, what I've dowloaded & tried from this page, what's actual version was then, instead of "1.4.2.0"?:

image

Now, looking further, I've just learnt that what's declared on that page it is not necessarily true, but one should consult the "About" from the visual icon to understand which version is being actually used on PBI desktop.

At least, next time I'll be more aware how to find out.

SMusento23 commented 1 week ago

Further testing your last DEV build 1.5.0.0(https://github.com/zBritva/charticulator-visual-community/actions/runs/11606847361), by using this: image

and so obtaining this: image

I've found that case, editors opens as expected: image

So this issue referring to Nested Editor not showing up, could be closed on this DEV 1.5.0.0.

While other Nesting's issues may now arise at least on this DEV 1.5.0.0 :

  1. Data axis auto scaling(i.e. attributes "Auto max value" or "Auto min value") does not look to trigger any axis autoscaling action when PBI changes the Dataset underneath.
  2. If we have defined a X-Axis category (e.g. "Z Year") on main editor as: image

... this category seems NOT to be passed properly as a data filter to Nested Chart, since data axis appears always showing ALL categories while data is displayed as filtered by "Z Year" category:

image

zBritva commented 1 week ago

T to be passed properly as a data filter to Nested Chart, since data axis appears always showing ALL categories while data is displayed as filtered by "Z Year" category:

Thanks! I will investigate issue.

How Power BI works with visuals.

All visuals are available in Appsource, Power BI loads them internal CDN (yes, even if you import the visual from a file, if GUID of the visual matches with GUID of the visual from CDN), To break it, you need to check "Develop a visual" property, the option works while report is open, on reopening the report, it resets.

zBritva commented 1 week ago

@SMusento23 The Charticulator doesn't updates nested chart scales, it's related to old limitation: https://github.com/microsoft/charticulator/pull/965

There is plan to fix this issue, not ETA for that

zBritva commented 1 day ago

@SMusento23 The version 1.4.2.0 with fix for Nested editor has reached to all users