intersystems-community / DeepSeeWeb

Renderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client
MIT License
18 stars 13 forks source link

Scorecards don't display properly with DeepSeeWeb #247

Closed wolfman0719 closed 1 year ago

wolfman0719 commented 2 years ago

Scorecards created in User Portal do not display properly with DeepSeeWeb. Only the frame of the scorecard is displayed, but the content is not displayed at all. The scorecards are displayed correctly in the User Portal of the Management Portal. Attached is a very simple scorecard definition that reproduces the problem. The data source is a KPI included in samples-bi. test-dashboard.zip

evshvarov commented 2 years ago

Hi @wolfman0719 ! Is this what is expected to see?

Screenshot 2022-10-22 at 11 19 08

Some scorecards work in DSW, check this one.

wolfman0719 commented 2 years ago

Yes I seems that old scorecards that were built on Cache work fine. I haven't had an expected result with a scorecard defined on IRIS when it comes to showing with DeepSeeWeb

Lena-Ev commented 2 years ago

@jakcpto could you please reproduce xml and create an example for Anton?

jakcpto commented 1 year ago

Sent pull request for demo reproduction https://github.com/evshvarov/Samples-BI/pull/1

jakcpto commented 1 year ago

@gnibeda look at https://pie-chart-bug.demo.community.intersystems.com/dsw/index.html#/IRISAPP/test.dashboard

Lena-Ev commented 1 year ago

to rewrite the widget with new example

Lena-Ev commented 1 year ago

is that KPI issue duplicate? test on the last version 3.1.51

evshvarov commented 1 year ago

The were some fixes in KPI support. Can you test with the latest version?

On Tue, 13 Dec 2022 at 13:58, Lena-Ev @.***> wrote:

is that KPI issue duplicate?

— Reply to this email directly, view it on GitHub https://github.com/intersystems-community/DeepSeeWeb/issues/247#issuecomment-1348092991, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVHEP77SH5T3K5R6HWCJMLWNBCEFANCNFSM5TNYGYDA . You are receiving this because you commented.Message ID: @.***>

Lena-Ev commented 1 year ago

Does it look good??

Image

gnibeda commented 1 year ago

This is how it looks in Iris BI: image

wolfman0719 commented 1 year ago

I have confirmed that simple figures are displayed properly. But I still have issues with display options like Arrow, Plot Box etc. Are these not supported?

gnibeda commented 1 year ago

"Plot Box" should be supported, "Arrow" - no. Can you provide an example, we will implement it asap

wolfman0719 commented 1 year ago

KPIs_&_Plugins-Sales_Against_Target_2-dashboard.zip I create a sample similar to the Sales_Against_Target in the BI Samples. I added 2 scorecards columns, a plot box and a % Value The % Value is not displayed as I expect as well.

evshvarov commented 1 year ago

@wolfman0719 @gnibeda - here is the reproduced example: https://pie-chart-bug.demo.community.intersystems.com/dsw/index.html#/IRISAPP/KPIs%20&%20Plugins/Sales%20Against%20Target%202.dashboard

Lena-Ev commented 1 year ago

The data should be presented in an empty column here:

Image

evshvarov commented 1 year ago

@wolfman0719 this is solved in 3.1.60 - please check?

Lena-Ev commented 1 year ago

This is how it works on example

image