Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
7 subscribers
Views
2389 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Hi! In my Appian interface I need to use a Gauge Chart. I found such a chart amo
lauram138
over 9 years ago
Hi! In my Appian interface I need to use a Gauge Chart. I found such a chart among Google Charts (
developers.google.com/.../gauge)
. Could you suggest me how I could integrate it in an Appian form? Or maybe there is an Appian component that could offer such a chart, instead of using an external one?
OriginalPostID-221082
OriginalPostID-221082
Discussion posts and replies are publicly visible
0
chetany
A Score Level 1
over 9 years ago
We cannot create our own SAIL UI components. So, your option is to go JS route, use a library like D3. You can create a separate web application, and using embedded SAIL integrate it with Appian. You can expose data from/to Appian using Web APIs.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
mohammedz
Certified Senior Developer
over 9 years ago
There is not such chart available inside OOTB...
If that is the requirement, you need to write a JAVA plugin and create your own library Appian Function and that function can be used in any SAIL Interface to display the Guage chart.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
kdimitrov
over 9 years ago
Hi Laura,
You can simply get the PNG chart image (see here:
developers.google.com/.../printing)
and then display it on a SAIL form.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Aaron Swerdlow-Freed
A Score Level 1
over 9 years ago
If you just need a component that functions like a gauge chart but not necessarily that looks like it you could use a Multi-field display chart where the different sections are done by splitting the set into low/medium/high or whatever needs to be gauged. This could then be displayed along with other gauges and would end up looking better in a more compact space overall.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel