• Resolved stone13

    (@stone13)


    Hi,

    thanks for the nice plugin.
    We prefer the easy and safe handling for daily changing charts.
    I’m just testing for a new webpage at:
    http://b-b-concepts.com/startseite/b-b-fonds
    There in the top is an other chart-plugin where i can change the amount of grid lines. Is this also possible in Inline Google Spreadsheet Viewer?
    Did not find it in “FAQ” and “Other Nodes”.

    For the Google-Docs-Chart at the bottom i use at the moment this code:

    [gdoc key="https://docs.google.com/spreadsheets/d/14DsxM9Tk5LhXSjjyIGwFxCBo71PvRF6jbfL2k7UKOY4/edit?usp=sharing" chart="Area" title="" chart_colors="orange #F5B34C #FBE4BF #F29400" chart_height="500" chart_curve_type="function"  query="select A,B,C,D,E"]

    Is it also possible to add buttons to switch the chart only with the entrys for “last month”. “last year” and so on?

    Thanks a lot
    Tom

    https://wordpress.org/plugins/inline-google-spreadsheet-viewer/

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

    (@meitar)

    This plugin uses the free Google Chart API to draw charts, so all options of the Google Chart API can be used, including customizing gridline count. See this example on Stack Overflow, or the configuration documentation for the chart type you’re using (here it is for Bar charts, for example).

    Gridlines are accessed via the chart_v_axis or the chart_h_axis attributes as {"gridlines":{"count":123}} JSON object values.

    As for switching out one chart with another, you can do this, but you need to write your own chart switching function. This plugin only displays at most one chart per shortcode invocation.

    Thread Starter stone13

    (@stone13)

    Thanks a lot Meitar!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Grid lines’ is closed to new replies.