Skip to content

Commit

Permalink
update d3 and bb.js and fix minor bug with numeric classes of item co…
Browse files Browse the repository at this point in the history
…ntainer
  • Loading branch information
RonnyWeiss committed Jan 24, 2022
1 parent 229dae5 commit a199970
Show file tree
Hide file tree
Showing 11 changed files with 12,958 additions and 12,433 deletions.
2 changes: 1 addition & 1 deletion apexplugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "APEX Material BI Dashboard",
"version": "1.0.0.25",
"version": "1.0.0.26",
"description": "This plug-in allows to integrate a freely configurable dashboard into Oracle APEX.<p>It offers many display options, e.g. charts, lists, KPI cards, world map, tables, HTML, analog clock, calendar and much more. Each dashboard item can be customized, even at runtime without page submit!</p><p>The main advantage of the dashboard is that end-users of your APEX app can configure one or more dashboards at runtime without having to touch the region or page by a developer! This was not possible in APEX so far! Of course, the dashboard can also be used as a fixed region.</p><p>The plug-in requires an APEX 5.1.3 or newer and an Oracle 12c or newer. The Sample App requires an APEX 20.2 or newer. However, you can quickly install it in a free workspace on apex.oracle.com and then get started right away with the help of the Sample App!</p><p>The item dialog in the Sample App is just a very simplified example, of course in your application the respective data source (table, view, function...) and many setting options for the respective dashboard item can be offered there.</p><p>You can find a tutorial at<p>https:\/\/www.youtube.com/playlist?list=PL9daxiSwWyTbIm8fTa0ypeC6dFfMgXALq</p><p><b>Important clarification: My work in the development team of Oracle APEX is in no way related to my open source projects or the plug-ins here on apex.world! All plug-ins are built in my spare time and are not supported by Oracle!</b></p>",
"keywords": ["oracle", "apex", "plugin", "charts", "region", "responsive", "d3"],
"homepage": "https://github.com/RonnyWeiss/APEX-Material-BI-Dashboard",
Expand Down
2 changes: 1 addition & 1 deletion build/bida-chart.pkgd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bida-ddd.pkgd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bida.pkgd.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/bida.pkgd.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions css/billboard.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* billboard.js, JavaScript chart library
* https://naver.github.io/billboard.js/
*
* @version 3.2.1
* @version 3.3.0
*/
/*-- Graph Theme --*/
/*-- Default color pattern --*/
Expand Down Expand Up @@ -219,7 +219,7 @@ rect.bb-circle._expanded_, use.bb-circle._expanded_ {
dominant-baseline: middle;
font-size: 1.3em; }

.bb-chart-arcs-gauge-title {
text.bb-chart-arcs-gauge-title {
dominant-baseline: middle;
font-size: 2.7em; }

Expand Down
15,913 changes: 7,993 additions & 7,920 deletions demoApp/Demo_App.sql

Large diffs are not rendered by default.

Loading

0 comments on commit a199970

Please sign in to comment.