Skip to content

valueSuffix in Sankey diagram tooltip not rendering properly #181

Open
@hcpchris

Description

@hcpchris

@hcpchris,

I noticed that in the corrected example, the valueSuffix is working for the point but not for the node.

I got it working using the following code:

            'nodeFormat': '{point.name}: {point.sum}{point.weight} not Working!!!',

{point.sum} return the correct value but without the correct suffix.
{point.weight} return an empty value but with the correct suffix.

Put together it works, but I don't think it's the expected behavior.

Originally posted by @JulienBacquart in #148 (comment)

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions