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

styling charts in qlik sense #552

Open
dialpemo opened this issue Feb 1, 2021 · 6 comments
Open

styling charts in qlik sense #552

dialpemo opened this issue Feb 1, 2021 · 6 comments
Labels
help wanted Extra attention is needed

Comments

@dialpemo
Copy link

dialpemo commented Feb 1, 2021

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 cbt1 added the help wanted Extra attention is needed label Feb 3, 2021
@cbt1
Copy link
Collaborator

cbt1 commented Feb 3, 2021

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.

@dialpemo
Copy link
Author

dialpemo commented Feb 3, 2021

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
Copy link
Collaborator

cbt1 commented Feb 3, 2021

That can be done like this:

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

@dialpemo
Copy link
Author

dialpemo commented Feb 3, 2021

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
Copy link
Collaborator

cbt1 commented Feb 3, 2021

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.

@dialpemo
Copy link
Author

dialpemo commented Feb 3, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants