Giter VIP home page Giter VIP logo

managechart's Introduction

What is ManageChart ?

Managechart is a web application (PHP + js) which allows you to build interactive charts from SQL queries in databases (Postgresql, MySQL, ...). It is based on the symfony framework and the Highcharts / Stocks Javascript libraries. The charts thus created can then be embeded into web pages (iframe) and their content and display can be configured by injecting parameters into the URL. It is particularly suitable for operation with the geoCMS web mapping viewer

Features

1. Connect your datasources (PostgreSQL, MySQL)

DataSources

2. Edit SQL Requests

EditRequest

3. Choose a Chart Type

ChartsType

4. Edit your chart

EditChart

5. Visualize

Chart

6. Embed with iframe

https://www-iuem.univ-brest.fr/wapps/managechart/en/chart/show/{{chart id}}/{{width in px or auto}}/{{heigth in px or auto}}/{{parameter in type defined in request}}?{{background=color|transparent}}

name color guide : https://htmlcolorcodes.com/fr/noms-de-couleur/

Exemple : https://managechart.univ-brest.fr/en/chart/show/291/800/auto/2?background=LightYellow

Installation

NEW ! Docker install

https://gitlab.in2p3.fr/Mathias.Rouan/docker-managechart

Manual install

Pre-requisites

Installing PHP dependencies

$ composer install

Installing javascript dependencies

$ yarn install

Creating javascript bundles

For development run

$ yarn run dev

For production run

$ yarn run build

Setting up the database

The default database configuration can be found in the .env file, under the DATABASE_URL variable.

Migration

php bin/console doctrine:migrations:migrate

Launching a local server for development

$ symfony server:start

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.