Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
cpra_qlik
Contributor
Contributor

Picasso js format axis

I am trying to find out how to style the axis as I cannot find any documentation how to.

I know is possible as this is done in the picasso designer extension, but I cannot find out how it is done.

any help will be appreciate it.

 

Also how to introduce a scroll bar will be very helpfull

Labels (2)
1 Reply
cpra_qlik
Contributor
Contributor
Author

one of the key things I wanted was to change the fontSize here is how .

I want to say a thank you to Christofer Bengtsson https://github.com/cbt1  for his prompt response and help.

https://github.com/qlik-oss/picasso.js/issues/552#issue-798581495  

{
type: 'axis',
settings: {
labels: {
fontSize: 20,
},
},
}

Community Browser