Can't get plotBgColor() method working in tablesaw-jsplot #1219
Unanswered
Owen-Harris
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am successfully plotting to a webpage using with the asJavascript() method with Javalin. However, I can't change the background color of the plot. Here's how I'm trying to do it:
Layout layout = Layout.builder("Average Temperature For Selected Period", "Year", "Average Temperature" ).plotBgColor("#BDE3FF").paperBgColor("#BDE3FF").build();
Beta Was this translation helpful? Give feedback.
All reactions