Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author randyjensen

    (@randyjensen)

    Hey teknofilo,

    It looks like something in your theme may be screwing with the legend. What theme are you using?

    As for the requests, I don’t have support for horizontal bar chart, but it’s on the request list.

    You can’t have X-Axis names span two lines, but you could rotate them if you wanted. To do that:

    If you open:

    rj-quickcharts/shortcode/init.php

    Look for line 182. You’ll see something like this:

    tickOptions: {
    angle: 0,

    Change line 183 so the code looks like this (change -30 to whatever you’d like):

    tickOptions: {
    angle: -30,

    Thread Starter teknofilo

    (@teknofilo)

    Hi randyjensen

    I am using Twenty Ten theme.

    A horizontal chart will be very much welcomed, as I tend to do charts with many different series (one per device) and now I am limited.

    Great to hear about the rotation. It would be great if that could be a parameter so that I don’t need to change the code every time you release a new version.

    Plugin Author randyjensen

    (@randyjensen)

    I only support back to Twenty Eleven unfortunately.

    Thread Starter teknofilo

    (@teknofilo)

    Ouch! Too bad… legend does not look so good 🙁

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Legend showing in a wrong way and 2 requests’ is closed to new replies.