Skip to content

Commit

Permalink
Initial commit for version 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
planetapex committed May 9, 2017
1 parent e21b993 commit 096cf28
Show file tree
Hide file tree
Showing 15 changed files with 3,673 additions and 1 deletion.
31 changes: 30 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,30 @@
# apex-plugin-circlifulGauge

# Oracle APEX Region Type Plugin - Circliful Gauge

Region type plugin for displaying percentage values in responsive gauge charts.



## Documentation

Complete Document available on
[Circliful Gauge](http://apexfusion.blogspot.com/2017/05/oracle-apex-plugin-circliful-gauge.html "Circliful Gauge Homepage")

## Donate

[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/MYasirAliShah/4)

## Changelog

#### 1.0 - Initial Release


## Install
- Import plugin file "region_type_plugin_com_planetapex_circliful_gauge.sql" from source directory into your application
- (Optional) Deploy the CSS/JS files from "src" directory on your webserver and change the "File Prefix" to webservers folder.

## Preview
![Oracle Apex Plugin Circliful Gauge](assets/circlifulGauge.png "Circliful Gauge")

## Demo Application
[Circliful Gauge Application](https://apex.oracle.com/pls/apex/f?p=83009:40 "Circliful Gauge Homepage")
38 changes: 38 additions & 0 deletions apexplugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "Circliful Gauge",
"version": "1.0",
"private": "N",
"description": "A Region type plugin for displaying percentage values in responsive gauge charts",
"keywords": ["oracle", "apex", "plugin", "AJAX", "PPR", "region", "chart", "gauge", "percentage", "responsive", "font-awesome"],
"homepage": "https://github.com/planetapex/apex-plugin-circlifulGauge",
"bugs": {
"url": "https://github.com/planetapex/apex-plugin-circlifulGauge/issues",
"email": "[email protected]"
},
"license": "MIT",
"author": {
"name": "M.Yasir Ali Shah",
"email": "[email protected]",
"url": "http://apexfusion.blogspot.com/2017/05/oracle-apex-plugin-circliful-gauge.html",
"twitter": "m_yasir_ali",
"linkedin": "https://pk.linkedin.com/in/m-yasir-ali-shah-13b5016a",
"donationUrl": "https://www.paypal.me/MYasirAliShah/4"
},
"repository": {
"type": "git",
"url": "https://github.com/planetapex/apex-plugin-circlifulGauge.git"
},
"private": false,
"oracle": {
"versions": ["11.2.0.1", "12.1.0.1"],
"apex": {
"versions": ["5.0 .0 ", "5.1 .0 "],
"plugin": {
"internalName": "COM.PLANETAPEX.CIRCLIFUL_GAUGE",
"type": "region",
"demo": "https://apex.oracle.com/pls/apex/f?p=83009:40",
"previewImage": "https://raw.githubusercontent.com/planetapex/apex-plugin-circlifulGauge/master/assets/circlifulGauge.png"
}
}
}
}
Binary file added assets/circlifulGauge.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1,158 changes: 1,158 additions & 0 deletions plugin/region_type_plugin_com_planetapex_circliful_gauge.sql

Large diffs are not rendered by default.

Loading

0 comments on commit 096cf28

Please sign in to comment.