/ionic-angular-orienter

:clipboard: App created using the Ionic framework with the Angular directive for Flexmonster Pivot Table & Charts.

Primary LanguageSCSS

⚡ Ionic Angular Orienter

GitHub repo size GitHub pull requests GitHub Repo stars GitHub last commit

📄 Table of contents

📚 General info

  • Flexmonster is an open-source reporting tool that provides JavaScript tool for data visualization. The solution allows users to handle data sets, OLAP cubes and SQL databases with files up to 100 MB.
  • Displays Highcharts image from the Flexmonster library

📷 Screenshots

image

📶 Technologies

💾 Setup

  • Run npm i to install dependencies
  • To start the server on localhost://8100 type: 'ionic serve'

💻 Code Examples

  • home.page.ts function to draw highchart using flexmonster
     drawChart() {
        this.pivot.flexmonster.highcharts?.getData(
            {
                type: "spline"
            },
            (data: Flexmonster.GetDataValueObject) => {
                Highcharts.chart('highcharts-container', <Highcharts.Options>data);
            }
        );
    }

🆒 Features

  • na

📋 Status & To-do list

  • Status: Basic chart working
  • To-do: Fix menu. Add charts.

👏 Inspiration

📁 License

  • This project is licensed under the terms of the MIT license.

✉️ Contact