-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
intchartUrl: forward parameters in url #268
Comments
I'm not sure what you are asking. Have you opened an account on Intchart. As for the syntax of the url it should be like described on : |
I do not want to use IntChart.com. With an own written module I inserted the url address from this other source into metrics: intchartUrl: The webpage index.html is called and the graphic is shown in the modale window. But the parameters '?param1=aaaa¶m2=bbbb' are not transferred to index.html. I think there's no reason to restrict this functionality only to IntChart.com. You can allow to use also others. But if they need parameters, it doesn't work. |
The way it should be used is as described on the website. You should be able perfectly to display the chart in an other place than on intchart.com. You should also be able to adapt the chart layout at you wishes, as described on the website. To insert the chart anywhere else than on Intchart.com, you can use this synthax : Where Chart_01.txt is the name of the file shown on intchart.com. Normally everything should work smoothely with no adaptions needed on Intchart. Hope this helps. |
No it does not help. I only want to use the zway widget to display anything else in the modale window , which has nothing to do with IntChart.com charts. I hope that I have now made myself understood. |
Well, in this case I can not help you. |
Why not. |
The intchart widget doesn't forward parameters, even if set in intchartUrl.
Example:
"intchartUrl": "......../index.html?param1=aaaa¶m2=bbbb"
In index.html no parameters are received.
Background: I'm using this widget to display charts from different source than IntChart.com. But this needs parameters which are not forwarded.
Can you please change this?
The text was updated successfully, but these errors were encountered: