-
Updated
Dec 3, 2020 - TypeScript
charts
Here are 1,405 public repositories matching this topic...
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Mar 28, 2020 - HTML
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Nov 20, 2020 - Go
Calendar legend labels are not visible in dark theme
To Reproduce
- Go to https://nivo.rocks/calendar/
- Click on 'light/dark' switch and enable dark mode
- See legend texts
Expected behavior
legend texts should have same fill color as year/month labels and be at least visible
Screenshots
<img width="1163" alt="Bildschirmfoto 2020-10-09 um 15 35 53" src="https://
-
Updated
Dec 4, 2020 - JavaScript
.rickshaw_graph .detail .item.active from detail.css would benefit by adding 'width: auto; height:auto;' to auto-size the detail tooltip on graph mouse hover. In it's current form, the tooltip doesn't get auto-sized when using a relative/percentage based layout.
-
Updated
Dec 4, 2020 - CSS
-
Updated
Nov 19, 2020 - Ruby
-
Updated
Dec 4, 2020 - JavaScript
-
Updated
Jun 11, 2020 - C++
-
Updated
Oct 22, 2020
-
Updated
Dec 2, 2020 - Kotlin
-
Updated
Nov 23, 2020 - Go
-
Updated
Dec 3, 2020 - Python
-
Updated
Dec 4, 2020 - TypeScript
-
Updated
Dec 1, 2020 - TypeScript
-
Updated
Nov 20, 2020 - Dart
-
Updated
Nov 25, 2020 - Python
-
Updated
Feb 24, 2019 - JavaScript
-
Updated
Nov 11, 2020 - PHP
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