Giter Club home page Giter Club logo

apex-material-bi-dashboard's Introduction

APEX-Material-BI-Dashboard

Screenshot

This plug-in allows to integrate a freely configurable user defined dashboards into Oracle APEX.

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 also be customized and that too at runtime!

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 display by a developer! This was not possible in APEX so far! Of course, the dashboard can also be used as a fixed region.

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!

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.

You can find a tutorial at https://www.youtube.com/watch?v=amzzRHLT5KY&list=PL9daxiSwWyTbIm8fTa0ypeC6dFfMgXALq

For working Demo just click on:

https://apex.oracle.com/pls/apex/f?p=103428

If you like my stuff, donate me a coffee

Donate

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 on apex.world! All plug-ins are built in my spare time and are not supported by Oracle!

apex-material-bi-dashboard's People

Contributors

ronnyweiss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

apex-material-bi-dashboard's Issues

Short notes with controls like CKEditor possible?

Hi Ronny,

A customer would like to have some additional functions for editing his notes, which he already knows from the CKEditor, e.g.

  • Colorize text or background (highlite)
  • Normal style
  • Undo function
  • checkbox (that would be awesome)

Perhaps a function would be possible, where you can define the actions yourself.

Many greetings!
Matthias

inverted treshhold rule for the single gauge chart

Hi Ronny,

i think the lable threshold logic for gauge charts sholud be inverted from
Line 2975
threshold: (gaugeType === "single") ? 0.05 : null
to
threshold: (gaugeType === "single") ? null : 0.05

Otherwise, the single display has the effect that the label suddenly disappears in the middle of the chart at values < 5%.
Perhaps it would also be a good idea to be able to optionally specify the attributes via the config.

Add option to Line and spline chart to render unstacked

Hi Ronny,

The line and spline charts are always rendered STACKED and can be seen in image below..
I have a need to render them as multi lines.
Is it possible to add an option to do one or the other?

line_charts_always_stacked

Best Regards
Carlos Santos

<br> in custom tooltips?

Hi Ronny,

why there is an additional <br> after a custom tooltip?
I think it looks a bit messy.

Line 2916:
if (seriesData[key][index] && util.isDefinedAndNotNull(seriesData[key][index].tooltip)) { var ttS = escapeOrSanitizeHTML(seriesData[key][index].tooltip, pDefaultConfig, pIsSafeItem, pRequireHTMLEscape); div.append(ttS); div.append("<br>"); }

Is it possible to remove the tag, or does it have a function?

Cannot import into APEX

Importing this plusin in APEX 22.2 gives error "Unable to find the file. install.sql".

Can someone help please.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.