Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hypertext-style priceFormatter #1447

Open
liesauer opened this issue Oct 21, 2023 · 0 comments
Open

hypertext-style priceFormatter #1447

liesauer opened this issue Oct 21, 2023 · 0 comments
Labels
enhancement Feature requests, and general improvements. need proposal Requires a detailed proposal before more further.

Comments

@liesauer
Copy link

for the small price with continuous zeros, it's much better to format the price into 0.036573 or 0.06123 rather than showing dozens of zeros.

image

i have tried

priceFormatter: (price) => {
    return '0.0<sub>6</sub>123';
}

but currently it doesn't work.

image

hope to support this feature, and thanks for creating a such amazing chart widget.

@edew edew added enhancement Feature requests, and general improvements. need proposal Requires a detailed proposal before more further. labels Oct 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Feature requests, and general improvements. need proposal Requires a detailed proposal before more further.
Projects
None yet
Development

No branches or pull requests

2 participants