about charting

Options
hardik_982
edited February 11, 2022 in Analytics #1
hi
i am know general functions about charting
now i have to use interactivity option for changing dynamicaly axis or series on mouse over or click function what is the steps
i just want flow
give link of examples if anybody knows

thanks in advance

Comments

  • Virgil Dodson
    Virgil Dodson E admin
    edited December 31, 1969 #2
    Options
    Hi hardik,

    It might be too late to change the series after the chart is already rendered and in the browser. There are a couple of options... One is to use Legend Interactivity and on MouseClick, toggle the series visibility.

    Another alternative is to select hyperlink as the Interactivity option and run the report again passing a parameter that decides which series to use for the chart.
    Warning No formatter is installed for the format ipb
  • hardik_982
    edited December 31, 1969 #3
    Options
    can you provide me link or examples for just geting clue on this work

    thanks in advance!
  • Virgil Dodson
    Virgil Dodson E admin
    edited December 31, 1969 #4
    Options
    Hi hardik,<br />
    <br />
    There is a great article on BIRT Report Interactivity available at:<br />
    <a class='bbc_url' href='http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=2&lid=40'>http://www.birt-exchange.com/modules/wfdownloads/singlefile.php?cid=2&lid=40</a><br />
    <br />
    There are several examples and screenshots to get you started.<br />
    <br />
    I've also enclosed a simple example that hides a series when that series is clicked on from the legend.<br />
    <br />
    This examples uses BIRT 2.2. To see some of the Interactivity features, like visibility, you have to enable SVG charts. Do this in Eclipse IDE at Window | Preferences | Report Design | Preview... and make sure Enable SVG Chart is selected... then run the report in the browser or Web Viewer. Your browser must have an SVG plugin to see the SVG chart correctly.
    Warning No formatter is installed for the format ipb
  • hardik_982
    edited December 31, 1969 #5
    Options
    i wl check it and say if i find some level of confusion in it
  • hardik_982
    edited December 31, 1969 #6
    Options
    your examples not show any action to me <br />
    i think its require svg plugin <br />
    i am using eclipse 3.3.0 and birt 2.2.0<br />
    svg plugin is available or not?<br />
    i googling for eclipse svg plugin <br />
    <br />
    i found<br />
    <a class='bbc_url' href='http://xmlgraphics.apache.org/batik/index.html'>http://xmlgraphics.apache.org/batik/index.html</a><br />
    but i cannnot understand how to install or what to do <br />
    pls guide me<br />
    <br />
    thanks in advance
  • hardik_982
    edited December 31, 1969 #7
    Options
    when i select enable svg report try to show your report in report viewer it
    does not shows anything
    but when i deselect it and try to show it shows
    what is the issue

    thanks in advance
  • Virgil Dodson
    Virgil Dodson E admin
    edited December 31, 1969 #8
    Options
    When you select Enable SVG Chart, the chart will be created in SVG..so if you can't view SVG, you wont see anything. Disabling that creates the chart as an image which is why you can see it under this circumstance. <br />
    <br />
    I'm using Firefox and can see the SVG chart without installing any plug-ins. For other browsers, you may need an SVG Viewer. You can get one from Adobe at <br />
    <a class='bbc_url' href='http://www.adobe.com/svg/'>http://www.adobe.com/svg/</a&gt;
    Warning No formatter is installed for the format ipb
  • faridadham
    edited December 31, 1969 #9
    Options
    I had the same issue, tried to enable toggle visibility, changed the chart foramt to SVG. but as I tried to render it in browser. The returned format is png.

    Do I need to change anything else?

    Thanks
    Farid
  • faridadham
    edited December 31, 1969 #10
    Options
    I meant the char is rendered in png instead of svg.
  • Virgil Dodson
    Virgil Dodson E admin
    edited December 31, 1969 #11
    Options
    Hi faridadham,

    The only other change is in Window | Preferences | Report Design | Preview. You have to make sure 'Enable SVG Chart' is selected then run the report in the browser or Web Viewer. Your browser must have an SVG plugin to see the SVG chart correctly, otherwise you see a red X.
    Warning No formatter is installed for the format ipb