-
Notifications
You must be signed in to change notification settings - Fork 3
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
Scatter-plot bug in BFE-Cube in Visualize #1114
Comments
This does not have any priority for anyhting I do. I stumbled upon this by accident. |
Hi @CDiGallo, thanks for reporting the bug! It seems that it's somehow connected to how the cube is structured – the The exact query that is generated when we want to fetch the observations (the place where the error happens) looks like this:
(see the filtering clause, where we have Also, apart from this issue, it seems that generally something is not right with the data, as there is only one dimension (http://openenergy-platform.org/ontology/oeo/BFO_0000015) and 14 measures. I think that at least the https://energy.ld.admin.ch/sfoe/bfe_ogd115_gest_bilanz/jahr dimension should actually be a dimension and not measure (it should be marked as We had similar problems reported before (e.g. here #1001), and it seems that the column type should be marked as Let me know if this makes sense and if you need more support :) I think the problem should be solved once above suggestions are implemented, but it also might turn out to be something else 👀 |
Closing this issue. Please reopen if more support is needed. |
Describe the bug
Creating a Scatter-plot in this Cube creates an error, which persists in other Charttypes.
To Reproduce
open:
https://int.visualize.admin.ch/en/create/JJ3CzLBe5UaC?dataSource=Int
(or https://int.[visualize.admin.ch](https://int.visualize.admin.ch/en/v/BVXg0G9INLQR?dataSource=Int)/en/v/BVXg0G9INLQR?dataSource=Int)
then create bar-chart. everything is fine.
create scatter plot - see error
(it is then also not possible to make a sparql-query)
Expected behavior
no error but a plot of different energy-containers
The text was updated successfully, but these errors were encountered: