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

Colors of charts from Obsidan Charts don't match #163

Open
janreppien opened this issue Nov 3, 2022 · 0 comments
Open

Colors of charts from Obsidan Charts don't match #163

janreppien opened this issue Nov 3, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@janreppien
Copy link

janreppien commented Nov 3, 2022

Describe the bug
If a pie chart is generated with different colors for each chunk, the colors disapear in the presentation.

Samples to Reproduce

  1. Install and enable Obsidian Charts Pluging
  2. Create this pie chart
    `
type: pie
labels: ["Understanding", UI Interactions,  Outside IDE, Editing, Navigation]
series:
  - title:
    data: [70,14,8,5,4]
labelColors: true
fill: true
width: 60%

`

Expected behavior
The chunks from the pie should have different colors.

image

@janreppien janreppien added the bug Something isn't working label Nov 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant