Overview
The possibility to highlight business KPIs with colors on tailored custom maps and to drill down into details from that is a common need in several sectors such as:
Leveraging an SVG integration, we provide a way to customer to use their own svg maps into Appian SAIL.
Key Features & Functionality
The interactiveSvgMapComponent allows customers to:
Hi, I am trying to use this plugin but when referencing a document image via constant it's not showing up. I am not able to import the sample application as its a community edition environment. Please suggest what could be wrong here.Moreover, How can we get a sample svg image for world or USA map?
The component does not read the document but expect a text as svg map parameter, so if you want to use a document you should import in your environment the Text File Utilities plugin and pass as parameter
svgMap: readtextfromfile(cons!TVM_USA_LABEL_BOXES)
Glad to hear , maybe yours would need some cleanup of extra tags but all SVG works with component
Thanks Lorenzo, This one worked ! Next I'll look to make it interactive.