Compare commits

...

7 Commits

Author SHA1 Message Date
Sidharth Vinod
aa036d831b Merge branch 'develop' into sidv/testArgos 2024-07-10 10:45:36 +05:30
Sidharth Vinod
4f2005eec8 chore: Update argosThreshold 2024-07-09 13:41:03 +05:30
Sidharth Vinod
8c99ee8da1 chore: Update argosThreshold 2024-07-09 13:31:56 +05:30
Sidharth Vinod
364ccfe6a6 feat: Add threshold to argos screenshot 2024-07-09 13:15:12 +05:30
Sidharth Vinod
10d6c17de8 Merge branch 'develop' into sidv/testArgos
* develop: (80 commits)
  chore: update browsers list
  chore(deps): update eslint
  fix(class): #5624 Reset direction to default in classDiagram
  ci: upgrade to pnpm/action-setup@v4 to avoid CI failures
  chore(deps): update dependency eslint-plugin-unicorn to v54
  chore(deps): update dependency eslint-plugin-jsdoc to v48.5.0
  chore(deps): update all patch dependencies
  Sync docs folder
  Add Doctave to .cspell libraries
  Adds Doctave to list of integrations
  chore: update browsers list
  chore: Cleanup tsconfig
  chore: Fix lint
  Apply suggestions from code review
  chore: Remove extra words from cspell
  chore: Log granular rebuild times
  fix: Message wrap
  fix: Message wrap
  chore: Use `??` instead of `||`
  chore: Organise imports
  ...
2024-07-09 13:11:21 +05:30
Sidharth Vinod
3f58ebe063 temp: Test argos 2024-06-20 16:46:12 +05:30
Sidharth Vinod
1a6632e377 temp: Test argos 2024-06-20 16:23:41 +05:30
2 changed files with 7 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ describe('Quadrant Chart', () => {
quadrant-2 Need to promote
quadrant-3 Re-evaluate
quadrant-4 May be improved
Campaign A: [0.3, 0.6]
Campaign A: [0.3, 0.61]
Campaign B: [0.45, 0.23]
Campaign C: [0.57, 0.69]
Campaign D: [0.78, 0.34]
@@ -54,7 +54,7 @@ describe('Quadrant Chart', () => {
x-axis Low Reach --> High Reach
y-axis Low Engagement --> High Engagement
quadrant-1 We should expand
quadrant-2 Need to promote
quadrant-2 Need to promot
quadrant-3 Re-evaluate
quadrant-4 May be improved
`,

View File

@@ -205,7 +205,7 @@ describe('XY Chart', () => {
title "Sales Revenue"
x-axis Months [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec]
y-axis "Revenue (in $)" 4000 --> 11000
bar [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
bar [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6010]
line [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
`,
{}
@@ -239,15 +239,15 @@ describe('XY Chart', () => {
config:
xyChart:
xAxis:
showTick: false
showTick: true
yAxis:
showTick: false
showTick: true
---
xychart-beta
title "Sales Revenue"
x-axis Months [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec]
y-axis "Revenue (in $)" 4000 --> 11000
bar [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
bar [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 5000]
line [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
`,
{}
@@ -268,7 +268,7 @@ describe('XY Chart', () => {
title "Sales Revenue"
x-axis Months [jan, feb, mar, apr, may, jun, jul, aug, sep, oct, nov, dec]
y-axis "Revenue (in $)" 4000 --> 11000
bar [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
bar [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6001]
line [5000, 6000, 7500, 8200, 9500, 10500, 11000, 10200, 9200, 8500, 7000, 6000]
`,
{}