Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jouni Santara

    (@jouni-santara)

    Hi,

    You can change margins 2 ways for any chart:
    * Modify nv.d3.css file and its CSS rules. This affects to all similar type of charts on your WP blog. Right-click to your chart to find its named classes that you should update.
    * Starting from v1.5.7 use standard ‘margin’ option from each shortcode call. Look at the new example of this. This overrules the default margins for every new created chart.

    You could use new style option to set manually bars / lines / shapes of charts elements. Example:

    [jsChart options='{ style:{“stroke”:”navy”, “fill”,”orange”} }’]

    Plugin Author Jouni Santara

    (@jouni-santara)

    Hi,

    Now there is even better ways to color bars/pies/etc: take a look at the FAQ about these new available methods of plugin.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Left and bottom margin’ is closed to new replies.