Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 15 of 15
  1. #11
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Column chart widget (theme2) behavior in popup layer

    Hi EssKay

    You need to create an object to become the place-holder.

    Did they say anything about the iframe/background needing to be transparent ?

  2. #12

    Default Re: Column chart widget (theme2) behavior in popup layer

    Quote Originally Posted by Drwyd View Post
    Hi EssKay

    You need to create an object to become the place-holder.

    Did they say anything about the iframe/background needing to be transparent ?

    Attached here is the example they provided. Still I could not figure out how to create and get into placeholder .chart_widget.xar

  3. #13
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Column chart widget (theme2) behavior in popup layer

    OK here are some more detailed instructions but there is an added complication due to the use of "Theme 2". This theme uses rounded corners which will not display properly without the use of transparency.


    • Create your chart on its own page in the top left position and reduce the size of that page down to the size of the chart by dragging the sides of the page.
    • Name that page "chart".
    • Go to Web Properties >> Page >> Head Code and add the following code :-

    Code:
    <style type="text/css">
    body {
    background: transparent;
    }
    </style>
    • Go to Utilities >> Options >> Page Size and make a note of the height and width.
    • Select the page where you want the chart to appear.
    • Create a new layer on that page and on it a rectangle of the dimensions you noted above.
    • With it still selected go to Web Properties >> Placeholder >> Body Code and insert the following :-

    Code:
    <iframe src ="chart.htm" width="100%" height="100%" frameborder="0" scrolling="no" allowtransparency="true">
      <p>Your browser does not support iframes.</p>
    </iframe>
    • Create an object on the MouseOff layer to trigger the pop-up layer you created above.
    • Go to Web Properties >> Link and set the correct layer from the pop-up layer drop down.
    • Export site (not page) to test.


    Example below :-
    Attached Files Attached Files
    Last edited by Drwyd; 14 July 2012 at 10:21 AM.

  4. #14

    Default Re: Column chart widget (theme2) behavior in popup layer

    Thanks. Again layer's fade transition effect, affect the animated Bar . So end up removing all transition efects on layers.

  5. #15
    Join Date
    Jan 2009
    Posts
    18

    Default Re: Column chart widget (theme2) behavior in popup layer

    This method of using the <iframe> does work and allows all widgets to be employed on a popup layer. Many thanks. It took a bit of trawling to find this answer but was worth the effort.

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •