data.ts 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. /**
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing,
  13. * software distributed under the License is distributed on an
  14. * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
  15. * KIND, either express or implied. See the License for the
  16. * specific language governing permissions and limitations
  17. * under the License.
  18. */
  19. export const simpleBubbleData = [
  20. {
  21. customer_name: 'AV Stores, Co.',
  22. count: 51,
  23. 'SUM(price_each)': 3975.33,
  24. 'SUM(sales)': 157807.80999999997,
  25. },
  26. {
  27. customer_name: 'Alpha Cognac',
  28. count: 20,
  29. 'SUM(price_each)': 1701.95,
  30. 'SUM(sales)': 70488.44,
  31. },
  32. {
  33. customer_name: 'Amica Models & Co.',
  34. count: 26,
  35. 'SUM(price_each)': 2218.41,
  36. 'SUM(sales)': 94117.26000000002,
  37. },
  38. {
  39. customer_name: "Anna's Decorations, Ltd",
  40. count: 46,
  41. 'SUM(price_each)': 3843.67,
  42. 'SUM(sales)': 153996.13000000003,
  43. },
  44. {
  45. customer_name: 'Atelier graphique',
  46. count: 7,
  47. 'SUM(price_each)': 558.4300000000001,
  48. 'SUM(sales)': 24179.96,
  49. },
  50. {
  51. customer_name: 'Australian Collectables, Ltd',
  52. count: 23,
  53. 'SUM(price_each)': 1809.7099999999998,
  54. 'SUM(sales)': 64591.46000000001,
  55. },
  56. {
  57. customer_name: 'Australian Collectors, Co.',
  58. count: 55,
  59. 'SUM(price_each)': 4714.479999999999,
  60. 'SUM(sales)': 200995.40999999997,
  61. },
  62. {
  63. customer_name: 'Australian Gift Network, Co',
  64. count: 15,
  65. 'SUM(price_each)': 1271.05,
  66. 'SUM(sales)': 59469.11999999999,
  67. },
  68. {
  69. customer_name: 'Auto Assoc. & Cie.',
  70. count: 18,
  71. 'SUM(price_each)': 1484.8600000000001,
  72. 'SUM(sales)': 64834.32000000001,
  73. },
  74. {
  75. customer_name: 'Auto Canal Petit',
  76. count: 27,
  77. 'SUM(price_each)': 2188.82,
  78. 'SUM(sales)': 93170.65999999999,
  79. },
  80. ];