-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
tooltip #667
Comments
I'm having trouble understanding what you're looking for, but I think you want to customize the chart tooltip? If that's right, you will have to pass through some C3js directives to the renderer. Here is how C3js allows you to customize tooltips: http://c3js.org/samples/tooltip_format.html Here is an example that shows how to pass parameters through to C3js: http://nicolas.kruchten.com/pivottable/examples/scatter.html |
Yes, exactly that. RendererOptions: { |
|
I'm sorry, I don't understand what you mean by "step by parameter an entire row of the table" ... Can you clarify please? |
It's because I have a column called Type, which can assume "minute", "quantity" or "value" and I need this field without tooltip for each type I insert a formatting example
|
I don't think you will be able to have conditional formatting on your tooltips in this way, sorry :( |
Update: the C3 charts now use the aggregator's number formatters, which doesn't give you exactly what you wanted but goes partway. |
I have a working example, but this example is serious, however, giving release to coloar the format I do not want to tooltip the graph!
In the print below, you may notice that it is unformatted, but I might want to post "R $ 20.00" or "Value: 20.00", present it in a customized way
https://jsfiddle.net/nicolaskruchten/gq6w05j8/
The text was updated successfully, but these errors were encountered: