Resizing charts and random questions

(2 posts) (2 voices)

Tags:

No tags yet.

  1. Mauno, Member

    Hey!

    Is it possible to resize charts?

    For example, I would like to make a tiny chart that only takes small part of the screen?
    The point here is that the chart is not the main focus of the report, but just a small part of it.

    The chart I'm after wouldn't be square shaped, but more like a rectangle, very wide, but not very high.

    How would I go about doing this?

    Also, I would like to know if manipulating data can be only done via Javascript and SQL.

    How would I go about using PHP for example?

    If that's not possible, what's the best way to use arrays? Please don't say temporary tables.

    Best, Mauno

  2. myDBR Team, Key Master

    Easiest way to have charts with different sizes is to use linked report. Place a small chart in the report and if user wants to see bigger version, have a linked report to show a bigger one.

    Pure data manipulation is usually done in stored procedure's SQL. The JavaScript usually is used to manipulate the report structure / looks. You can use PHP by utlilizing myDBR's extensions, but for just data manipulation, SQL is the way to go.

    --
    myDBR Team


Reply

You must log in to post.