Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 


Quelle  viz-tool-chartjs.js   Sprache: JAVA

 

window.requirejs.config( {
    paths : {
        chartjs : 'https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.7.2/Chart.bundle.min'
    }
} );

// The ChartJS library (see https://www.chartjs.org/)
//
// This passes json.data directly to ChartJS's new Chart() constructor.
// See its documentation here for details regarding the format:
// http://www.chartjs.org/docs/latest/getting-started/usage.html
window.VisualizationTools.chartjs = function ( element, json, callback ) {
    var canvas = document.createElement( 'canvas' );
    if ( json.width ) canvas.width = json.width;
    if ( json.height ) canvas.width = json.height;
    element.appendChild( canvas );
    require( [ 'chartjs' ], function ( chartjs ) {
        new window.Chart( canvas, json.data );
        callback( element, canvas );
    } );
};

Messung V0.5
C=99 H=99 G=98

¤ Dauer der Verarbeitung: 0.0 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.






                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Software

     Produkte
     Quellcodebibliothek

Aktivitäten

     Artikel über Sicherheit
     Anleitung zur Aktivierung von SSL

Muße

     Gedichte
     Musik
     Bilder

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Monitoring

Montastic status badge