Needs work
Project:
Charts
Version:
5.1.x-dev
Component:
Billboard.js integration
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jul 2024 at 16:40 UTC
Updated:
29 Mar 2025 at 16:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
debdeep.mukhopadhyay commentedComment #3
debdeep.mukhopadhyay commentedComment #4
debdeep.mukhopadhyay commentedComment #5
debdeep.mukhopadhyay commentedIf you want to increase font size of the label, you have to pick specific class for the label. After writing the custom CSS, you need to clear the cache & reload the page, only then this changes will be visible... (N.B- sometimes changes in inspect element is not work properly)
Comment #6
debdeep.mukhopadhyay commentedComment #7
fogpuddle commentedThank you for your response @innoraftDebdeep. I am not getting the same result after increasing the font size of the labeling to 20px. The labeling gets cut off on the left and the font leading isn't increased. I also noticed in the source code in your screenshot that the label text was split out by s. I'm not getting that same result.
Each bar is a paragraph type with a label field and a number value filed that gets pulled into a view that makes the chart.
Attached is a screenshot showing what I'm seeing.
Comment #8
debdeep.mukhopadhyay commentedYou can try
.tick text tspan {
font: 36px sans-serif !important;
}
this code.But you have to change bb-axis-x and bb-axis-y both lavel font size should be same and you can't difine different class name for the both lavel you need to use one code which reflect on the both section just like my code.
Comment #9
nikathoneNot sure if I am missing something but the fork doesn't contain new codes. I also switched the version to latest chart version and I think this means that the fork might need to be rebased.