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

Weird tooltip bolding with colons #94

Closed
Blakexx opened this issue Mar 25, 2020 · 2 comments
Closed

Weird tooltip bolding with colons #94

Blakexx opened this issue Mar 25, 2020 · 2 comments

Comments

@Blakexx
Copy link

Blakexx commented Mar 25, 2020

I was using a DateTime as the x axis and the tooltip that shows up for tracksballs is weirdly formatted when it is displaying a time.

The DateTimeAxis class looks like this

primaryXAxis: DateTimeAxis(
      dateFormat: DateFormat.jm()
 )

The TrackballBehavior class looks like this

trackballBehavior: TrackballBehavior(
      activationMode: ActivationMode.singleTap,
      enable: true,
      shouldAlwaysShow: true,
      tooltipSettings: InteractiveTooltip(
            color: Colors.white,
            format: "point.x : point.y"
      )
)

image

@dharanidharandharmasivam
Copy link
Contributor

Hi @Blakexx ,

Greetings from Syncfusion. The reported scenario has been fixed with our latest version (18.1.42). And we would like to let you know that, y value will bold in the trackball and this is our default behavior. To, resolve the issue kindly upgrade your chart widget package to the latest version from below.
https://pub.dev/packages/syncfusion_flutter_charts/versions/18.1.42

Thanks,
Dharani.

@Blakexx
Copy link
Author

Blakexx commented Apr 2, 2020

Thanks!

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

No branches or pull requests

2 participants