qlik-oss/picasso.js

styling charts in qlik sense

dialpemo opened this issue · 6 comments

when trying to style a barchart axis for example, I cannot find any documentation on how to change the font size for example, add a scroll bar. Any help will be greatly appreciated

cbt1 commented

Hi @dialpemo, thx for reaching out to us.

Font-size of what?

There is currently no good documentation for creating a scroll bar, but it's something that I hope to get started on documenting in the near future.

Hi @cbt1,
First of all thank you for the Quick reply.
I want to change the size of the axis labels (see attached pic as reference), thank you in advance.
image

cbt1 commented

That can be done like this:

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

Hi @cbt1 ,

Thank you so much I didn't realized it was so simple, that work amazingly.

One last question on the scroll bar, is there any examples that you can direct me to, in the mean time , sorry to be such a pain.

cbt1 commented

No problem. Like I said, there is currently no good documentation for creating a scroll bar, but it's something that I hope to get started on documenting in the near future.

To my knowledge there isn't any example out there either. It's definitely possible to implement but it's not a trivial matter.

@cbt1 , cool thank you again, I will keep an eye on it.