- Issue created by @fogpuddle
- Assigned to debdeep.mukhopadhyay
- Status changed to Needs work
10 months ago 11:39am 11 July 2024 - Status changed to Needs review
10 months ago 12:24pm 11 July 2024 If 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)
- Issue was unassigned.
- πΊπΈUnited States fogpuddle
Thank 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.
You 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.- Status changed to Needs work
5 months ago 5:02pm 10 December 2024 - π¨π¦Canada nikathone Ontario
Not 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.
- First commit to issue fork.
- πΊπΈUnited States bluegeek9
bluegeek9 β changed the visibility of the branch 5.0.x to hidden.