Hi,
Please help me with css code for combo chart that effects tick labels
using Thingworx 9.6.
Solved! Go to Solution.
Hello @krishnakomal123 .
I asked one of the Subject Matter Experts and they were able to provide direction.
Please try the following and let me know if it meets your needs.
I have placed the same information in the Article - CS439465 - ThingWorx Web Components Customization with CSS
Let me know if you have any problems.
Regards,
Pehowe
Hello @krishnakomal123 ,
Can you please provide more of a description of the issue you are encountering. Having a screen capture of the issue might be helpful.
You said the ThingWorx Version is 9.6.x
There are several articles which can help with CSS.
There has been a change in how the page content is generated. The steps which were used previously may not work. The second article show how to use the new format for CSS content.
Regards,
Pehowe
ptcs-chart-combo::part(chart-layout)::part(xaxis)::part(ticks-area)::part(tick-label)::part(label){
font-family: 'Segoe UI' !important;
font-size:30px !important;
}
Tried above code but no luck .Similary there should be css code for combobox chart widget to change its x-axis or y-axis tick labels. Please help me with the same
Hello @krishnakomal123
You can refer following helpcenter guide and article to assist you further with your query
https://www.ptc.com/en/support/article/CS388439?source=search
Please revert in case you still face any further challenges
Thanks
Bhawna
Hello @krishnakomal123 ,
I just want to confirm I am going after the proper item. You are trying to adjust the font on the labels around the edge of the chart. See yellow items
yes, exactly
Hello @krishnakomal123 .
I asked one of the Subject Matter Experts and they were able to provide direction.
Please try the following and let me know if it meets your needs.
I have placed the same information in the Article - CS439465 - ThingWorx Web Components Customization with CSS
Let me know if you have any problems.
Regards,
Pehowe