fix: limit x-axis tick labels to prevent overlap
Auto-calculates tick interval to show ~6 labels max, with minTickGap as safety net. Fixes unreadable x-axis on short time ranges (1h). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@cameleer/design-system",
|
||||
"version": "0.1.47",
|
||||
"version": "0.1.48",
|
||||
"type": "module",
|
||||
"main": "./dist/index.es.js",
|
||||
"module": "./dist/index.es.js",
|
||||
|
||||
Reference in New Issue
Block a user