You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it's great to see offical JavaFX support in JFreeChart - thanks a lot!
In my application I need to set a transparent background for the chart because the chart needs to have the same background color as the dialog where it is shown. This is done by setting the background color with alpha 0.0.
Unfortunately this causes a font rendering issue since JFreeChart-FX 1.0, this was not the case with the unofficial/unreleased version before. All the rendered text (e.g. for the axis, titles, legends, ...) looks very blurry now.
I'm adding a modified version of your demo applications and some screenshots which show the problem. In my application it looks even worse, I'm using other fonts there.
Not transparent, proper rendering:
Transparent background, blurry rendering:
Bye, Stefan
The text was updated successfully, but these errors were encountered:
Hello,
it's great to see offical JavaFX support in JFreeChart - thanks a lot!
In my application I need to set a transparent background for the chart because the chart needs to have the same background color as the dialog where it is shown. This is done by setting the background color with alpha 0.0.
Unfortunately this causes a font rendering issue since JFreeChart-FX 1.0, this was not the case with the unofficial/unreleased version before. All the rendered text (e.g. for the axis, titles, legends, ...) looks very blurry now.
I'm adding a modified version of your demo applications and some screenshots which show the problem. In my application it looks even worse, I'm using other fonts there.
Not transparent, proper rendering:
Transparent background, blurry rendering:
Bye, Stefan
The text was updated successfully, but these errors were encountered: