- 3,724,524 Users
- 2,244,777 Discussions
- 7,851,075 Comments
Forum Stats
Discussions
Categories
- 15 Data
- 362.2K Big Data Appliance
- 6 Data Science
- 2.1K Databases
- 628 General Database Discussions
- 3.7K Java and JavaScript in the Database
- 32 Multilingual Engine
- 497 MySQL Community Space
- 7 NoSQL Database
- 7.7K Oracle Database Express Edition (XE)
- 2.8K ORDS, SODA & JSON in the Database
- 422 SQLcl
- 64 SQL Developer Data Modeler
- 185.1K SQL & PL/SQL
- 21.1K SQL Developer
- 2.5K Development
- 3 Developer Projects
- 32 Programming Languages
- 135.7K Development Tools
- 14 DevOps
- 3K QA/Testing
- 339 Java
- 10 Java Learning Subscription
- 12 Database Connectivity
- 72 Java Community Process
- 2 Java 25
- 12 Java APIs
- 141.2K Java Development Tools
- 9 Java EE (Java Enterprise Edition)
- 153K Java Essentials
- 135 Java 8 Questions
- 86.2K Java Programming
- 270 Java Lambda MOOC
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 16 Java SE
- 13.8K Java Security
- 4 Java User Groups
- 22 JavaScript - Nashorn
- 18 Programs
- 148 LiveLabs
- 34 Workshops
- 10 Software
- 4 Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 4 Deutsche Oracle Community
- 16 Español
- 1.9K Japanese
- 3 Portuguese
Create a chart to show a percentage fill performance

Hi
I am using Apex 5.1
I am trying to create a chart consisting of 3 queries.
2 of which i am ok with. These create a Bar Chart representing a value on the y axis with a "Days" value on the x axis.
For the third graph i would like to create a horizontal Line graph to represent a Percentage Fill Target (say 90%) which should be a continuous horizontal line. Is this possible?
Answers
-
user974582 wrote:
Please update your forum profile with a recognisable username instead of "user974582".
I am using Apex 5.1
Upgrading is recommended.
I am trying to create a chart consisting of 3 queries.2 of which i am ok with. These create a Bar Chart representing a value on the y axis with a "Days" value on the x axis.For the third graph i would like to create a horizontal Line graph to represent a Percentage Fill Target (say 90%) which should be a continuous horizontal line. Is this possible?
In JET charts (implemented in APEX 5.1) it is described as a "reference object". There is an example showing how to implement it using JavaScript customisation on page 15 of the Sample Chart packaged application.
-
You can try out the PERCENT_GRAPH item type. It allows you to choose the colors.
Result (50%)