Time series Graph (Create Page)
216.5
data:
{
data: [
[
['x', 1, 2, 3, 4, 5, 6],
['Document Score', 30, 15, 17.5, 22, 55, 77],
['Term Score', 2.5, 7.5, 3.6, 2.9, 5.6, 1.23],
],
[
['x', 1, 2, 3, 4, 5, 6],
['Document Score', 40, 25, 17.5, 22, 55, 77],
['Term Score', 2.5, 7.5, 3.6, 2.9, 5.6, 1.23],
],
[
['x', 1, 2, 3, 4, 5, 6],
['Document Score', 30, 15, 17.5, 22, 45, 77],
['Term Score', 2.5, 7.5, 3.6, 2.9, 5.6, 1.23],
],
[
['x', 1, 2, 3, 4, 5, 6],
['Document Score', 30, 15, 17.5, 22, 55, 57],
['Term Score', 2.5, 7.5, 3.6, 2.9, 5.6, 1.23],
],
],
totalScores: [216.5, 236.5, 206.5, 196.5],
companyNames: ['Comp #1', 'Comp #2', 'Comp #3', 'Comp #4'],
}