Skip to content
#

charts

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

stevebail
stevebail commented Jul 10, 2019

Helm documentation states the following:
-1) (k8s) metadata.name is restricted to a maximum length of 63 characters because of limitations to the DNS system
-2) For that reasons, release names are (DNS labels that are) limited to 53 characters

Statement 1) is not correct.
k8s does not impose a max length of 63 characters on resource names.
The actual max length for a resource name is 253 c

barnapisti1994
barnapisti1994 commented Apr 24, 2020

Is your feature request related to a problem? Please describe.
I tried to set a dark color and decrease symbol size for BarCanvas legends but changing the configuration didn't affect the chart. I found the cause in the repository, the symbol size and the color are hardcoded in the source code of BarCanvas:
![Képernyőkép erről: 2020-04-24 11-22-18](https://user-images.githubusercontent.com/32

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

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