Skip to content

Visual configs#11

Merged
niklavsBariss merged 9 commits intodevelopfrom
visual-configs
Dec 19, 2025
Merged

Visual configs#11
niklavsBariss merged 9 commits intodevelopfrom
visual-configs

Conversation

@niklavsBariss
Copy link
Copy Markdown
Member

This PR implements multiple props for configurating chart visually: xDividerConfig, highlightPosition, highlightValuePosition

Below is a demo:
https://github.com/user-attachments/assets/cd1ef2a7-b74a-4bd5-92f0-2cfb05680751

@niklavsBariss niklavsBariss marked this pull request as ready for review December 18, 2025 08:22
@niklavsBariss niklavsBariss self-assigned this Dec 18, 2025
Comment thread src/drawFunction.js Outdated
Comment thread example/src/data.ts Outdated
Comment thread src/types.ts
Comment thread src/drawFunction.js Outdated
Comment thread src/drawFunction.js
Comment on lines 984 to 992
.style('color', getDatasetColor(dataset))
.html(props.noDataString)

if (props.hasHighlightListener) {
highlightValues.push(null)
}
return
}

This comment was marked as outdated.

@niklavsBariss niklavsBariss merged commit 66cbdcf into develop Dec 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants