#1 Ranking: Read how InetSoft was rated #1 for user adoption in G2's user survey-based index |
|
Read More |
Consider the following script (Note: Report script that modifies 'graph' should be placed at the element level. See Adding Element-Level Script):
importPackage(inetsoft.graph)
importPackage(inetsoft.graph.element)
importPackage(inetsoft.graph.scale)
importPackage(inetsoft.graph.aesthetic)
importPackage(inetsoft.graph.coord)
importPackage(inetsoft.graph.data)
var arr = [["State", "Quantity 1", "Quantity 2"],
["NJ",200,500], ["NY",300,1000],
["PA",370,440], ["CT",75,20]];
dataset = new DefaultDataSet(arr);
graph = new EGraph();
var elem1 = new IntervalElement("State", "Quantity 1");
graph.addElement(elem1);
This creates a basic bar chart displaying the dimensions 'State' and 'Quantity 1'. To add the measure 'Quantity 2' to the chart as line element, follow the steps below:
- Create a new LineElement to represent the graph of 'Quantity 2' vs. 'State'.
var elem2 = new LineElement("State", "Quantity 2");
- Assign this new element to the main Chart object.
graph.addElement(elem2);
A legend is created automatically. To modify the legend, make changes to the VisualFrame's LegendSpec property. See Changing Legend Properties.
More Articles About Scorecards
Application Performance Metrics - An Application Performance Metrics Dashboard focuses on monitoring the performance, availability, and reliability of software applications to ensure optimal user experience and business continuity. The KPIs and metrics tracked on such a dashboard typically include: Response Time: Monitoring the average response time of the application helps assess its responsiveness and user experience. This metric is critical for ensuring that users can interact with the application efficiently. Latency: Tracking latency metrics, such as network latency and server response time, helps identify bottlenecks in the application architecture or infrastructure that may impact performance. Error Rate: Monitoring the rate of errors and exceptions generated by the application helps identify bugs, performance issues, and potential security...
Billing Operational Efficiency Analytics - Invoice Aging Analysis Examines the aging of outstanding invoices. Helps identify overdue accounts and devise strategies for timely collections. Trend Analysis Analyzes billing data over time to identify patterns and trends. Enables proactive decision-making and the anticipation of future challenges. Process Automation Utilizes automation tools to streamline billing operations. Enhances efficiency, reduces errors, and speeds up the billing process...
Evaluate InetSoft's CXO Dashboard Option - Looking for good CXO dashboard options? InetSoft's pioneering dashboard reporting application produces great-looking web-based dashboards with an easy-to-use drag-and-drop designer. Give your c-level team maximum self-service to answer their ad hoc questions. View a demo and try interactive examples...
Good Report Creating Software - Does your business need an easier and more efficient way to create reports? InetSoft's software allows non-technical users to easily create reports that display vital information in the most clear and communicative way possible. Tables, charts, and other tools can all be used in a single display environment and modified for the user's preference with individual data binding, formatting, and display properties. The majority of reporting tools don't allow for custom layouts where the user can specify how the data looks or where it is placed in the report. It can also be hard to create a report from different data sets, as well as create separate data binding and display properties for individual data elements...
Requirement for Custom Report Layouts - The majority of reporting tools don't allow for custom layouts, where the user can specify how the data looks or where it is placed in the report. It can also be hard to create a report from different data sets, as well as create separate data binding and display properties for individual data elements. Industry standard reporting software does not offer the ability to display data grouped in a hierarchy and it can be technically challenging to group and summarize data. This often creates frustration for end-users when elements of a report need to be manipulated in ways beyond the ability of standard report design tools. Style Report can solve all of these problems, offering a greater range of options such as flow and tabular report layouts...