• Resolved momozambik

    (@momozambik)


    Hi,
    First thank you for your plugin.
    I have a question, for a misterious reason when I copy past your code below title of vaxis and haxis is X and Y, I really do not understand, could you help me?

    [lineChart width=”600px” height=”500px”
    legend=”{ position: ‘top’, maxLines: 1 }”
    vaxis=”{title: ‘$k’, titleTextStyle: {color: ‘black’}}”
    haxis=”{title: ‘Year’, titleTextStyle: {color: ‘black’}}”
    curvetype=”none”]
    [‘Year’, ‘Sales’, ‘Expenses’],
    [‘2004’, 1000, 400],
    [‘2005’, 1170, 460],
    [‘2006’, 660, 1120],
    [‘2007’, 1030, 540]
    [/lineChart]

    https://www.ads-software.com/plugins/googlegraph/

Viewing 1 replies (of 1 total)
  • Plugin Author jvrtanoski

    (@jvrtanoski)

    Hi,
    The problem is with the “new line” in the middle of the short code. The short code [lineChart] (or any other short code in WordPress) shouldn’t contain a “new line” between the opening bracket “[” and closing bracket “]”.
    Therefore, in order for the example to work, just remove the new lines before the “legend”, “vaxis”, “haxis” and “curvetype” tags.

    Fill free to ask any further question or share any suggestions, and please don’t forget to rate the plugin ??

Viewing 1 replies (of 1 total)
  • The topic ‘vaxis and haxis title’ is closed to new replies.