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

Dashbuilder echarts displayer shows black horizontal bar when loading charts that are not the demo bar chart #2081

Open
StephenOTT opened this issue Dec 5, 2023 · 4 comments

Comments

@StephenOTT
Copy link

image

using chrome.

datasets:
  - uuid: products
    content: >-
      [
        ["Computers", "Scanner", 5, 3],
        ["Computers", "Printer", 7, 4],
        ["Computers", "Laptop", 3, 2],
        ["Electronics", "Camera", 10, 7],
        ["Electronics", "Headphones", 5, 9]
      ]
    columns:
      - id: Section
      - id: Product
      - id: Quantity
        type: NUMBER
      - id: Quantity2
        type: NUMBER
pages:
- components:
    - displayer:
        component: echarts
        echarts:
            option: >-
                {
                "legend": {
                    "top": "bottom"
                },
                "toolbox": {
                    "show": true,
                    "feature": {
                    "mark": { "show": true },
                    "dataView": { "show": true, "readOnly": false },
                    "restore": { "show": true },
                    "saveAsImage": { "show": true }
                    }
                },
                "series": [
                    {
                    "name": "Nightingale Chart",
                    "type": "pie",
                    "radius": [50, 250],
                    "center": ["50%", "50%"],
                    "roseType": "area",
                    "itemStyle": {
                        "borderRadius": 8
                    }
                    }
                ]
                }
            title:
                text: Products
        external:
          width: 100%
        lookup:
          uuid: products
          group:
            - columnGroup:
                source: Product
              functions:
                - source: Product
                - source: Quantity
                - source: Quantity2
@StephenOTT
Copy link
Author

another example

image

@StephenOTT
Copy link
Author

Any insight into this issue? Is this a big or caused by a misconfiguration on my side?

@StephenOTT
Copy link
Author

@jesuino any insights into this issue?

@ederign
Copy link
Member

ederign commented Jan 24, 2024

@StephenOTT, currently, we are short on people to address more general questions and fix Dashbuilder's general issues in the community. So, it may take a longer time to get back to you on this. Sorry about that.

Dashbuilder as a library is still part of our Serverless Workflow Dashboards/Monitoring.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants