Skip to content
Snippets Groups Projects
Commit 67ce4489 authored by francois.grand's avatar francois.grand
Browse files

ticket #47 : résolution de "Relier les points en mode scatter"

parent 0d3acc15
No related branches found
No related tags found
1 merge request!7Resolve "Paramètres à varier : liste libre de paramètres"
......@@ -60,9 +60,6 @@ export class ResultsGraphComponent { //implements AfterViewInit {
this._graphTypeComponent.selectedValue = this._currentGraphType;
}
// http://www.chartjs.org/docs/latest/charts/line.html#dataset-properties
// showLine
public updateView() {
switch (this._currentGraphType) {
case GraphType.Histogram:
......@@ -171,8 +168,9 @@ export class ResultsGraphComponent { //implements AfterViewInit {
{
label: "",
data: dat,
// borderColor: '#000000',
// backgroundColor: '#000000'
borderColor: "#808080", // couleur de la ligne
backgroundColor: "rgba(0,0,0,0)", // couleur de remplissage sous la courbe : transparent
showLine: "true"
}
]
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment