jQuery UI Widgets Forums Gauges and Maps Gauges Caption property

This topic contains 1 reply, has 2 voices, and was last updated by  Dimitar 10 years, 3 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • Caption property #61564

    ngchagas
    Participant

    Hi,
    it’s possible to format the caption property like font, color, font-style ?
    Regards

    Caption property #61578

    Dimitar
    Participant

    Hello ngchagas,

    Just modify the style of the class jqx-gauge-caption, e.g.:

    <style type="text/css">
        .jqx-gauge-caption
        {
            fill: Green;
            font-family: Times New Roman;
            font-style: italic;
        }
    </style>

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.