Skip to content
#

charts

Here are 1,907 public repositories matching this topic...

luinnar
luinnar commented Mar 7, 2022

Command helm repo list act differently when repository config file don't exists:

$ helm repo list
Error: no repositories to show
$ helm repo list -o json
[]
$ echo $?
0

$ rm ~/.config/helm/repositories.*

$ helm repo list -o json
Error: no repositories to show
$ echo $?
1

In both cases helm should return return empty list of repositories without exiting with erro

bug good first issue
Open

Tests

leeoniya
leeoniya commented Dec 14, 2019

it's becoming more time-consuming and error-prone to manually re-test all the demos following internal refactorings and API adjustments.

now that the API is fleshed out a bit, it's possible to test a large amount of code (non-granularly) without having to simulate all interactions via Puppeteer or similar.

a lot of code can already be regression-tested by simply running all the demos and val

good first issue
ntrous
ntrous commented Jan 11, 2022

I use these charts on a webpage with other content. As people scroll down the page, if the mouse goes over the chart, the chart stops the page from scrolling and instead starts zooming the chart.

I know I can disable the zooming on the chart, but instead I'd like to change the key binding for zooming to 'cmd + mousewheel'.

That way a user has to explicitly hold down the cmd key when they wan

fl_chart
JakubWijata
JakubWijata commented Mar 28, 2022

** Don't make a duplicate issue.
You can search in issues to make sure there isn't any already opened issue with your concern.

Describe the bug

BarChart completely ignores the x value from BarChartGroupData and set the bar in the same order as occurs on the list passed to parameter barGroups. After changing the order on the list barGroups result chart should look the same as before.

enhancement good first issue Bar Chart

Improve this page

Add a description, image, and links to the charts topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the charts topic, visit your repo's landing page and select "manage topics."

Learn more