- OutSystems.com
-
My Platform
- Community
Log in
Sign Up
考研的包子 · Chart::Plotly::Trace:: ...· 2 天前 · |
非常酷的莴苣 · echarts中toolbox的自定义工具 ...· 4 天前 · |
飘逸的黄瓜 · 事件与行为 - 概念篇 - 使用手册 - ...· 4 天前 · |
霸气的烈马 · Polar Area Chart | ...· 1 周前 · |
冷静的山羊 · Does CPU Usage ...· 1 周前 · |
帅气的弓箭 · WiFi开启失败?原来我的电脑缺少核心服务! ...· 5 天前 · |
完美的领带 · mysql无法给datetime数据赋空怎么 ...· 1 周前 · |
近视的鸭蛋 · 经济日报多媒体数字报刊· 1 月前 · |
谈吐大方的警车 · pdregistry.cfg errors ...· 3 月前 · |
腼腆的小熊猫 · 山景城空气质量指数(AQI)和美国 ...· 3 月前 · |
pass chart |
https://www.outsystems.com/forums/discussion/91022/how-do-i-pass-a-specific-highcharts-json-value-to-the-new-outsystemscharts-not-v/ |
含蓄的四季豆
2 月前 |
考研的包子 · Chart::Plotly::Trace::Funnelarea - Visualize stages in a process using area-encoded trapezoids. This 2 天前 |
霸气的烈马 · Polar Area Chart | Chart.js 1 周前 |
近视的鸭蛋 · 经济日报多媒体数字报刊 1 月前 |
In Version1 of OutSystemsCharts I was able to add the "reversed: true" JSON attribute for the Y axis to the AdvancedFormat...
But when I converted my chart to the new charts, I could not figure out how to pass this JSON to the chart ... I looked into using the Chart Y axis add on but was hoping for an example of how to pass the above highcharts yaxis attribute to this block ...
Could you PLEASE provide an example?
Thank you!
Use the SetHighchartsYAxisConfigs client action (add this from the dependency screen if needed).
First of all THANK YOU for leading me in the right direction ...
I can see that the chart is doing what I want (listing the Y axis values in reverse order )...
But in executing this I am getting a weird error which is either because of WHEN I call that action (I am doing it on the OnReady for the page ...
I had to use a text list ("yparms") because ServiceStudio did not allow me to just have a "text" parameter as a [0] in the PropertyPathList of the SetHighchartsYAxisConfigs action like the version you showed me above ...
OR how I am passing the parameters ...
It turns out one has to pass a text list ...
I will attach the actions I have in the OnReady, the screenshot of the values I am passing and
the INSPECT console output I am getting ...
Maybe you can tell what is off?
Use the SetHighchartsYAxisConfigs client action (add this from the dependency screen if needed).
First of all THANK YOU for leading me in the right direction ...
I can see that the chart is doing what I want (listing the Y axis values in reverse order )...
But in executing this I am getting a weird error which is either because of WHEN I call that action (I am doing it on the OnReady for the page ...
I had to use a text list ("yparms") because ServiceStudio did not allow me to just have a "text" parameter as a [0] in the PropertyPathList of the SetHighchartsYAxisConfigs action like the version you showed me above ...
OR how I am passing the parameters ...
It turns out one has to pass a text list ...
I will attach the actions I have in the OnReady, the screenshot of the values I am passing and
the INSPECT console output I am getting ...
Maybe you can tell what is off?
@Jeroen Bindels Basically: I think I am not setting up the text list correctly to pass it to the action which seems to "half worked" because I am getting an index error (see pictures above) ...
Im going to keep trying different things but for whatever reason the version of your screen shot and mine seem to be different ...
I am putting the SetHighChartsYAxisConfigs action in the onInitiate for the chart...
THANK YOU again for you help!