Cake stats that were scatter type previously are again.

This commit is contained in:
Herbert Wolverson
2024-07-17 12:26:49 -05:00
parent 00191f358f
commit ef0a4a8640
4 changed files with 96 additions and 160 deletions

View File

@@ -66,74 +66,58 @@ export class CakeBacklog extends DashboardGraph {
{
name: 'Bulk',
data: [],
type: 'line',
lineStyle: {
color: 'gray',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Best Effort',
data: [],
type: 'line',
lineStyle: {
color: 'green',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Video',
data: [],
type: 'line',
lineStyle: {
color: 'orange',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Voice',
data: [],
type: 'line',
lineStyle: {
color: 'yellow',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Bulk Up',
data: [],
type: 'line',
lineStyle: {
color: 'gray',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Best Effort Up',
data: [],
type: 'line',
lineStyle: {
color: 'green',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Video Up',
data: [],
type: 'line',
lineStyle: {
color: 'orange',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Voice Up',
data: [],
type: 'line',
lineStyle: {
color: 'yellow',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
],
tooltip: {

View File

@@ -61,74 +61,58 @@ export class CakeDelays extends DashboardGraph {
{
name: 'Bulk',
data: [],
type: 'line',
lineStyle: {
color: 'gray',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Best Effort',
data: [],
type: 'line',
lineStyle: {
color: 'green',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Video',
data: [],
type: 'line',
lineStyle: {
color: 'orange',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Voice',
data: [],
type: 'line',
lineStyle: {
color: 'yellow',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Bulk Up',
data: [],
type: 'line',
lineStyle: {
color: 'gray',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Best Effort Up',
data: [],
type: 'line',
lineStyle: {
color: 'green',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Video Up',
data: [],
type: 'line',
lineStyle: {
color: 'orange',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Voice Up',
data: [],
type: 'line',
lineStyle: {
color: 'yellow',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
],
tooltip: {

View File

@@ -66,74 +66,58 @@ export class CakeDrops extends DashboardGraph {
{
name: 'Bulk',
data: [],
type: 'line',
lineStyle: {
color: 'gray',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Best Effort',
data: [],
type: 'line',
lineStyle: {
color: 'green',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Video',
data: [],
type: 'line',
lineStyle: {
color: 'orange',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Voice',
data: [],
type: 'line',
lineStyle: {
color: 'yellow',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Bulk Up',
data: [],
type: 'line',
lineStyle: {
color: 'gray',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Best Effort Up',
data: [],
type: 'line',
lineStyle: {
color: 'green',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Video Up',
data: [],
type: 'line',
lineStyle: {
color: 'orange',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Voice Up',
data: [],
type: 'line',
lineStyle: {
color: 'yellow',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
],
tooltip: {

View File

@@ -66,74 +66,58 @@ export class CakeMarks extends DashboardGraph {
{
name: 'Bulk',
data: [],
type: 'line',
lineStyle: {
color: 'gray',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Best Effort',
data: [],
type: 'line',
lineStyle: {
color: 'green',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Video',
data: [],
type: 'line',
lineStyle: {
color: 'orange',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Voice',
data: [],
type: 'line',
lineStyle: {
color: 'yellow',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Bulk Up',
data: [],
type: 'line',
lineStyle: {
color: 'gray',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'Best Effort Up',
data: [],
type: 'line',
lineStyle: {
color: 'green',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Video Up',
data: [],
type: 'line',
lineStyle: {
color: 'orange',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
{
name: 'RT Voice Up',
data: [],
type: 'line',
lineStyle: {
color: 'yellow',
},
symbol: 'none',
type: 'scatter',
symbol: 'circle',
symbolSize: 2,
},
],
tooltip: {