-
Updated
Mar 3, 2021 - TypeScript
charts
Here are 1,489 public repositories matching this topic...
-
Updated
Mar 4, 2021 - JavaScript
-
Updated
Mar 28, 2020 - HTML
-
Updated
Mar 2, 2021 - TypeScript
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Jan 19, 2021 - Go
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:
 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
-
Updated
Feb 15, 2021 - Ruby
-
Updated
Mar 3, 2021 - Elixir
-
Updated
Jun 11, 2020 - C++
-
Updated
Oct 22, 2020
-
Updated
Feb 22, 2021 - Kotlin
-
Updated
Feb 23, 2021 - Go
-
Updated
Mar 1, 2021 - TypeScript
-
Updated
Feb 3, 2021 - Python
Lightweight Charts Version:
Steps/code to reproduce:
By setting a custom price line in the series, it gets override from the series graph.
var priceLine = {
price: 1.21781,
color: "#ffffff",
lineWidth: 1,
lineStyle: LineStyle.Solid,
axisLabelVisible: true,
} as PriceLineOptions;
if (this.PriceLine == null) {
this.
-
Updated
Feb 25, 2021 - Python
-
Updated
Feb 24, 2019 - JavaScript
Improve this page
Add a description, image, and links to the charts topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the charts topic, visit your repo's landing page and select "manage topics."


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