jQWidgets Forums

jQuery UI Widgets Forums Chart custom grid lines

This topic contains 2 replies, has 3 voices, and was last updated by  admin 9 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • custom grid lines #82726

    mykola
    Participant

    Are there any other properties for custom grid lines except of value and offset? Is it possible to change their color?

    custom grid lines #82743

    Hristo
    Participant

    Hello mykola,

    In our API Documentation in section ‘Styling and Appearance’ could find more:
    http://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxchart/jquery-chart-styling-and-appearance.htm?search=chart
    Please take a look this demo:
    http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxchart/javascript_chart_custom_style.htm?light

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    custom grid lines #82872

    admin
    Keymaster

    Yes, it’s possible. Here’s a full list of the properties to customize grid lines and tick marks:

    tickMarks – object describing the tick marks properties of the valueAxis

    visible – true/false/’custom’ determining the visibility. When ‘custom’ is set, displays only custom values/offsets.
    step – interval steps between tick mark placements.
    dashStyle – tick marks dash style, e.g. ‘2,2’,
    lineWidth – line width in pixels of the tick marks.
    size – size in pixels of the tick marks. The default is 4.
    color – color of the tick marks, e.g. ‘#757575′.
    custom – an array of custom values/offsets where a label/tickmark/gridline will be displayed.

    gridLines – object describing the grid lines properties of the valueAxis

    visible – true/false/’custom’ determining the visibility. When ‘custom’ is set, displays only custom values/offsets.
    step – interval steps between grid line placements.
    dashStyle – grid lines dash style, e.g. ‘2,2’,
    lineWidth – line width in pixels of the grid lines.
    color – color of the tick marks, e.g. ‘#757575’.
    custom – an array of custom values/offsets where a label/tickmark/gridline will be displayed.

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

You must be logged in to reply to this topic.