Graph.test.tsx.snap 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975
  1. // Jest Snapshot v1, https://goo.gl/fbAQLP
  2. exports[`Render should render component 1`] = `
  3. <Fragment>
  4. <div
  5. className="explore-graph"
  6. id="graph"
  7. style={
  8. Object {
  9. "height": "100px",
  10. }
  11. }
  12. />
  13. <Legend
  14. data={
  15. Array [
  16. Object {
  17. "metric": Object {
  18. "__name__": "prometheus_http_request_duration_seconds_bucket",
  19. "handler": "/label/:name/values",
  20. "instance": "localhost:9090",
  21. "job": "prometheus",
  22. "le": "+Inf",
  23. },
  24. "values": Array [
  25. Array [
  26. 1537858100,
  27. "16",
  28. ],
  29. Array [
  30. 1537861960,
  31. "1",
  32. ],
  33. Array [
  34. 1537861980,
  35. "1",
  36. ],
  37. ],
  38. },
  39. Object {
  40. "metric": Object {
  41. "__name__": "prometheus_http_request_duration_seconds_bucket",
  42. "handler": "/label/:name/values",
  43. "instance": "localhost:9090",
  44. "job": "prometheus",
  45. "le": "0.1",
  46. },
  47. "values": Array [
  48. Array [
  49. 1537858100,
  50. "16",
  51. ],
  52. Array [
  53. 1537861960,
  54. "1",
  55. ],
  56. Array [
  57. 1537861980,
  58. "1",
  59. ],
  60. ],
  61. },
  62. Object {
  63. "metric": Object {
  64. "__name__": "prometheus_http_request_duration_seconds_bucket",
  65. "handler": "/label/:name/values",
  66. "instance": "localhost:9090",
  67. "job": "prometheus",
  68. "le": "0.2",
  69. },
  70. "values": Array [
  71. Array [
  72. 1537858100,
  73. "16",
  74. ],
  75. Array [
  76. 1537861960,
  77. "1",
  78. ],
  79. Array [
  80. 1537861980,
  81. "1",
  82. ],
  83. ],
  84. },
  85. Object {
  86. "metric": Object {
  87. "__name__": "prometheus_http_request_duration_seconds_bucket",
  88. "handler": "/label/:name/values",
  89. "instance": "localhost:9090",
  90. "job": "prometheus",
  91. "le": "0.4",
  92. },
  93. "values": Array [
  94. Array [
  95. 1537858100,
  96. "16",
  97. ],
  98. Array [
  99. 1537861960,
  100. "1",
  101. ],
  102. Array [
  103. 1537861980,
  104. "1",
  105. ],
  106. ],
  107. },
  108. Object {
  109. "metric": Object {
  110. "__name__": "prometheus_http_request_duration_seconds_bucket",
  111. "handler": "/label/:name/values",
  112. "instance": "localhost:9090",
  113. "job": "prometheus",
  114. "le": "1",
  115. },
  116. "values": Array [
  117. Array [
  118. 1537858100,
  119. "16",
  120. ],
  121. Array [
  122. 1537861960,
  123. "1",
  124. ],
  125. Array [
  126. 1537861980,
  127. "1",
  128. ],
  129. ],
  130. },
  131. Object {
  132. "metric": Object {
  133. "__name__": "prometheus_http_request_duration_seconds_bucket",
  134. "handler": "/label/:name/values",
  135. "instance": "localhost:9090",
  136. "job": "prometheus",
  137. "le": "120",
  138. },
  139. "values": Array [
  140. Array [
  141. 1537858100,
  142. "16",
  143. ],
  144. Array [
  145. 1537861960,
  146. "1",
  147. ],
  148. Array [
  149. 1537861980,
  150. "1",
  151. ],
  152. ],
  153. },
  154. Object {
  155. "metric": Object {
  156. "__name__": "prometheus_http_request_duration_seconds_bucket",
  157. "handler": "/label/:name/values",
  158. "instance": "localhost:9090",
  159. "job": "prometheus",
  160. "le": "20",
  161. },
  162. "values": Array [
  163. Array [
  164. 1537858100,
  165. "16",
  166. ],
  167. Array [
  168. 1537861960,
  169. "1",
  170. ],
  171. Array [
  172. 1537861980,
  173. "1",
  174. ],
  175. ],
  176. },
  177. Object {
  178. "metric": Object {
  179. "__name__": "prometheus_http_request_duration_seconds_bucket",
  180. "handler": "/label/:name/values",
  181. "instance": "localhost:9090",
  182. "job": "prometheus",
  183. "le": "3",
  184. },
  185. "values": Array [
  186. Array [
  187. 1537858100,
  188. "16",
  189. ],
  190. Array [
  191. 1537861960,
  192. "1",
  193. ],
  194. Array [
  195. 1537861980,
  196. "1",
  197. ],
  198. ],
  199. },
  200. Object {
  201. "metric": Object {
  202. "__name__": "prometheus_http_request_duration_seconds_bucket",
  203. "handler": "/label/:name/values",
  204. "instance": "localhost:9090",
  205. "job": "prometheus",
  206. "le": "60",
  207. },
  208. "values": Array [
  209. Array [
  210. 1537858100,
  211. "16",
  212. ],
  213. Array [
  214. 1537861960,
  215. "1",
  216. ],
  217. Array [
  218. 1537861980,
  219. "1",
  220. ],
  221. ],
  222. },
  223. Object {
  224. "metric": Object {
  225. "__name__": "prometheus_http_request_duration_seconds_bucket",
  226. "handler": "/label/:name/values",
  227. "instance": "localhost:9090",
  228. "job": "prometheus",
  229. "le": "8",
  230. },
  231. "values": Array [
  232. Array [
  233. 1537858100,
  234. "16",
  235. ],
  236. Array [
  237. 1537861960,
  238. "1",
  239. ],
  240. Array [
  241. 1537861980,
  242. "1",
  243. ],
  244. ],
  245. },
  246. Object {
  247. "metric": Object {
  248. "__name__": "prometheus_http_request_duration_seconds_bucket",
  249. "handler": "/metrics",
  250. "instance": "localhost:9090",
  251. "job": "prometheus",
  252. "le": "+Inf",
  253. },
  254. "values": Array [
  255. Array [
  256. 1537858060,
  257. "1195",
  258. ],
  259. Array [
  260. 1537858080,
  261. "1195",
  262. ],
  263. Array [
  264. 1537858100,
  265. "1195",
  266. ],
  267. ],
  268. },
  269. Object {
  270. "metric": Object {
  271. "__name__": "prometheus_http_request_duration_seconds_bucket",
  272. "handler": "/metrics",
  273. "instance": "localhost:9090",
  274. "job": "prometheus",
  275. "le": "0.1",
  276. },
  277. "values": Array [
  278. Array [
  279. 1537858060,
  280. "1195",
  281. ],
  282. Array [
  283. 1537858080,
  284. "1195",
  285. ],
  286. Array [
  287. 1537858100,
  288. "1195",
  289. ],
  290. ],
  291. },
  292. Object {
  293. "metric": Object {
  294. "__name__": "prometheus_http_request_duration_seconds_bucket",
  295. "handler": "/metrics",
  296. "instance": "localhost:9090",
  297. "job": "prometheus",
  298. "le": "0.4",
  299. },
  300. "values": Array [
  301. Array [
  302. 1537858060,
  303. "1195",
  304. ],
  305. Array [
  306. 1537858080,
  307. "1195",
  308. ],
  309. Array [
  310. 1537858100,
  311. "1195",
  312. ],
  313. ],
  314. },
  315. Object {
  316. "metric": Object {
  317. "__name__": "prometheus_http_request_duration_seconds_bucket",
  318. "handler": "/metrics",
  319. "instance": "localhost:9090",
  320. "job": "prometheus",
  321. "le": "1",
  322. },
  323. "values": Array [
  324. Array [
  325. 1537847900,
  326. "953",
  327. ],
  328. Array [
  329. 1537858080,
  330. "1195",
  331. ],
  332. Array [
  333. 1537858100,
  334. "1195",
  335. ],
  336. ],
  337. },
  338. Object {
  339. "metric": Object {
  340. "__name__": "prometheus_http_request_duration_seconds_bucket",
  341. "handler": "/metrics",
  342. "instance": "localhost:9090",
  343. "job": "prometheus",
  344. "le": "120",
  345. },
  346. "values": Array [
  347. Array [
  348. 1537858060,
  349. "1195",
  350. ],
  351. Array [
  352. 1537858080,
  353. "1195",
  354. ],
  355. Array [
  356. 1537858100,
  357. "1195",
  358. ],
  359. ],
  360. },
  361. Object {
  362. "metric": Object {
  363. "__name__": "prometheus_http_request_duration_seconds_bucket",
  364. "handler": "/metrics",
  365. "instance": "localhost:9090",
  366. "job": "prometheus",
  367. "le": "20",
  368. },
  369. "values": Array [
  370. Array [
  371. 1537858060,
  372. "1195",
  373. ],
  374. Array [
  375. 1537858080,
  376. "1195",
  377. ],
  378. Array [
  379. 1537858100,
  380. "1195",
  381. ],
  382. ],
  383. },
  384. Object {
  385. "metric": Object {
  386. "__name__": "prometheus_http_request_duration_seconds_bucket",
  387. "handler": "/metrics",
  388. "instance": "localhost:9090",
  389. "job": "prometheus",
  390. "le": "3",
  391. },
  392. "values": Array [
  393. Array [
  394. 1537858060,
  395. "1195",
  396. ],
  397. Array [
  398. 1537858080,
  399. "1195",
  400. ],
  401. Array [
  402. 1537858100,
  403. "1195",
  404. ],
  405. ],
  406. },
  407. Object {
  408. "metric": Object {
  409. "__name__": "prometheus_http_request_duration_seconds_bucket",
  410. "handler": "/metrics",
  411. "instance": "localhost:9090",
  412. "job": "prometheus",
  413. "le": "60",
  414. },
  415. "values": Array [
  416. Array [
  417. 1537858060,
  418. "1195",
  419. ],
  420. Array [
  421. 1537858080,
  422. "1195",
  423. ],
  424. Array [
  425. 1537858100,
  426. "1195",
  427. ],
  428. ],
  429. },
  430. Object {
  431. "metric": Object {
  432. "__name__": "prometheus_http_request_duration_seconds_bucket",
  433. "handler": "/metrics",
  434. "instance": "localhost:9090",
  435. "job": "prometheus",
  436. "le": "8",
  437. },
  438. "values": Array [
  439. Array [
  440. 1537858060,
  441. "1195",
  442. ],
  443. Array [
  444. 1537858080,
  445. "1195",
  446. ],
  447. Array [
  448. 1537858100,
  449. "1195",
  450. ],
  451. ],
  452. },
  453. ]
  454. }
  455. hiddenSeries={Set {}}
  456. onToggleSeries={[Function]}
  457. />
  458. </Fragment>
  459. `;
  460. exports[`Render should render component with disclaimer 1`] = `
  461. <Fragment>
  462. <div
  463. className="time-series-disclaimer"
  464. >
  465. <i
  466. className="fa fa-fw fa-warning disclaimer-icon"
  467. />
  468. Showing only 20 time series.
  469. <span
  470. className="show-all-time-series"
  471. onClick={[Function]}
  472. >
  473. Show all 27
  474. </span>
  475. </div>
  476. <div
  477. className="explore-graph"
  478. id="graph"
  479. style={
  480. Object {
  481. "height": "100px",
  482. }
  483. }
  484. />
  485. <Legend
  486. data={
  487. Array [
  488. Object {
  489. "metric": Object {
  490. "__name__": "prometheus_http_request_duration_seconds_bucket",
  491. "handler": "/label/:name/values",
  492. "instance": "localhost:9090",
  493. "job": "prometheus",
  494. "le": "+Inf",
  495. },
  496. "values": Array [
  497. Array [
  498. 1537858100,
  499. "16",
  500. ],
  501. Array [
  502. 1537861960,
  503. "1",
  504. ],
  505. Array [
  506. 1537861980,
  507. "1",
  508. ],
  509. ],
  510. },
  511. Object {
  512. "metric": Object {
  513. "__name__": "prometheus_http_request_duration_seconds_bucket",
  514. "handler": "/label/:name/values",
  515. "instance": "localhost:9090",
  516. "job": "prometheus",
  517. "le": "0.1",
  518. },
  519. "values": Array [
  520. Array [
  521. 1537858100,
  522. "16",
  523. ],
  524. Array [
  525. 1537861960,
  526. "1",
  527. ],
  528. Array [
  529. 1537861980,
  530. "1",
  531. ],
  532. ],
  533. },
  534. Object {
  535. "metric": Object {
  536. "__name__": "prometheus_http_request_duration_seconds_bucket",
  537. "handler": "/label/:name/values",
  538. "instance": "localhost:9090",
  539. "job": "prometheus",
  540. "le": "0.2",
  541. },
  542. "values": Array [
  543. Array [
  544. 1537858100,
  545. "16",
  546. ],
  547. Array [
  548. 1537861960,
  549. "1",
  550. ],
  551. Array [
  552. 1537861980,
  553. "1",
  554. ],
  555. ],
  556. },
  557. Object {
  558. "metric": Object {
  559. "__name__": "prometheus_http_request_duration_seconds_bucket",
  560. "handler": "/label/:name/values",
  561. "instance": "localhost:9090",
  562. "job": "prometheus",
  563. "le": "0.4",
  564. },
  565. "values": Array [
  566. Array [
  567. 1537858100,
  568. "16",
  569. ],
  570. Array [
  571. 1537861960,
  572. "1",
  573. ],
  574. Array [
  575. 1537861980,
  576. "1",
  577. ],
  578. ],
  579. },
  580. Object {
  581. "metric": Object {
  582. "__name__": "prometheus_http_request_duration_seconds_bucket",
  583. "handler": "/label/:name/values",
  584. "instance": "localhost:9090",
  585. "job": "prometheus",
  586. "le": "1",
  587. },
  588. "values": Array [
  589. Array [
  590. 1537858100,
  591. "16",
  592. ],
  593. Array [
  594. 1537861960,
  595. "1",
  596. ],
  597. Array [
  598. 1537861980,
  599. "1",
  600. ],
  601. ],
  602. },
  603. Object {
  604. "metric": Object {
  605. "__name__": "prometheus_http_request_duration_seconds_bucket",
  606. "handler": "/label/:name/values",
  607. "instance": "localhost:9090",
  608. "job": "prometheus",
  609. "le": "120",
  610. },
  611. "values": Array [
  612. Array [
  613. 1537858100,
  614. "16",
  615. ],
  616. Array [
  617. 1537861960,
  618. "1",
  619. ],
  620. Array [
  621. 1537861980,
  622. "1",
  623. ],
  624. ],
  625. },
  626. Object {
  627. "metric": Object {
  628. "__name__": "prometheus_http_request_duration_seconds_bucket",
  629. "handler": "/label/:name/values",
  630. "instance": "localhost:9090",
  631. "job": "prometheus",
  632. "le": "20",
  633. },
  634. "values": Array [
  635. Array [
  636. 1537858100,
  637. "16",
  638. ],
  639. Array [
  640. 1537861960,
  641. "1",
  642. ],
  643. Array [
  644. 1537861980,
  645. "1",
  646. ],
  647. ],
  648. },
  649. Object {
  650. "metric": Object {
  651. "__name__": "prometheus_http_request_duration_seconds_bucket",
  652. "handler": "/label/:name/values",
  653. "instance": "localhost:9090",
  654. "job": "prometheus",
  655. "le": "3",
  656. },
  657. "values": Array [
  658. Array [
  659. 1537858100,
  660. "16",
  661. ],
  662. Array [
  663. 1537861960,
  664. "1",
  665. ],
  666. Array [
  667. 1537861980,
  668. "1",
  669. ],
  670. ],
  671. },
  672. Object {
  673. "metric": Object {
  674. "__name__": "prometheus_http_request_duration_seconds_bucket",
  675. "handler": "/label/:name/values",
  676. "instance": "localhost:9090",
  677. "job": "prometheus",
  678. "le": "60",
  679. },
  680. "values": Array [
  681. Array [
  682. 1537858100,
  683. "16",
  684. ],
  685. Array [
  686. 1537861960,
  687. "1",
  688. ],
  689. Array [
  690. 1537861980,
  691. "1",
  692. ],
  693. ],
  694. },
  695. Object {
  696. "metric": Object {
  697. "__name__": "prometheus_http_request_duration_seconds_bucket",
  698. "handler": "/label/:name/values",
  699. "instance": "localhost:9090",
  700. "job": "prometheus",
  701. "le": "8",
  702. },
  703. "values": Array [
  704. Array [
  705. 1537858100,
  706. "16",
  707. ],
  708. Array [
  709. 1537861960,
  710. "1",
  711. ],
  712. Array [
  713. 1537861980,
  714. "1",
  715. ],
  716. ],
  717. },
  718. Object {
  719. "metric": Object {
  720. "__name__": "prometheus_http_request_duration_seconds_bucket",
  721. "handler": "/metrics",
  722. "instance": "localhost:9090",
  723. "job": "prometheus",
  724. "le": "+Inf",
  725. },
  726. "values": Array [
  727. Array [
  728. 1537858060,
  729. "1195",
  730. ],
  731. Array [
  732. 1537858080,
  733. "1195",
  734. ],
  735. Array [
  736. 1537858100,
  737. "1195",
  738. ],
  739. ],
  740. },
  741. Object {
  742. "metric": Object {
  743. "__name__": "prometheus_http_request_duration_seconds_bucket",
  744. "handler": "/metrics",
  745. "instance": "localhost:9090",
  746. "job": "prometheus",
  747. "le": "0.1",
  748. },
  749. "values": Array [
  750. Array [
  751. 1537858060,
  752. "1195",
  753. ],
  754. Array [
  755. 1537858080,
  756. "1195",
  757. ],
  758. Array [
  759. 1537858100,
  760. "1195",
  761. ],
  762. ],
  763. },
  764. Object {
  765. "metric": Object {
  766. "__name__": "prometheus_http_request_duration_seconds_bucket",
  767. "handler": "/metrics",
  768. "instance": "localhost:9090",
  769. "job": "prometheus",
  770. "le": "0.4",
  771. },
  772. "values": Array [
  773. Array [
  774. 1537858060,
  775. "1195",
  776. ],
  777. Array [
  778. 1537858080,
  779. "1195",
  780. ],
  781. Array [
  782. 1537858100,
  783. "1195",
  784. ],
  785. ],
  786. },
  787. Object {
  788. "metric": Object {
  789. "__name__": "prometheus_http_request_duration_seconds_bucket",
  790. "handler": "/metrics",
  791. "instance": "localhost:9090",
  792. "job": "prometheus",
  793. "le": "1",
  794. },
  795. "values": Array [
  796. Array [
  797. 1537847900,
  798. "953",
  799. ],
  800. Array [
  801. 1537858080,
  802. "1195",
  803. ],
  804. Array [
  805. 1537858100,
  806. "1195",
  807. ],
  808. ],
  809. },
  810. Object {
  811. "metric": Object {
  812. "__name__": "prometheus_http_request_duration_seconds_bucket",
  813. "handler": "/metrics",
  814. "instance": "localhost:9090",
  815. "job": "prometheus",
  816. "le": "120",
  817. },
  818. "values": Array [
  819. Array [
  820. 1537858060,
  821. "1195",
  822. ],
  823. Array [
  824. 1537858080,
  825. "1195",
  826. ],
  827. Array [
  828. 1537858100,
  829. "1195",
  830. ],
  831. ],
  832. },
  833. Object {
  834. "metric": Object {
  835. "__name__": "prometheus_http_request_duration_seconds_bucket",
  836. "handler": "/metrics",
  837. "instance": "localhost:9090",
  838. "job": "prometheus",
  839. "le": "20",
  840. },
  841. "values": Array [
  842. Array [
  843. 1537858060,
  844. "1195",
  845. ],
  846. Array [
  847. 1537858080,
  848. "1195",
  849. ],
  850. Array [
  851. 1537858100,
  852. "1195",
  853. ],
  854. ],
  855. },
  856. Object {
  857. "metric": Object {
  858. "__name__": "prometheus_http_request_duration_seconds_bucket",
  859. "handler": "/metrics",
  860. "instance": "localhost:9090",
  861. "job": "prometheus",
  862. "le": "3",
  863. },
  864. "values": Array [
  865. Array [
  866. 1537858060,
  867. "1195",
  868. ],
  869. Array [
  870. 1537858080,
  871. "1195",
  872. ],
  873. Array [
  874. 1537858100,
  875. "1195",
  876. ],
  877. ],
  878. },
  879. Object {
  880. "metric": Object {
  881. "__name__": "prometheus_http_request_duration_seconds_bucket",
  882. "handler": "/metrics",
  883. "instance": "localhost:9090",
  884. "job": "prometheus",
  885. "le": "60",
  886. },
  887. "values": Array [
  888. Array [
  889. 1537858060,
  890. "1195",
  891. ],
  892. Array [
  893. 1537858080,
  894. "1195",
  895. ],
  896. Array [
  897. 1537858100,
  898. "1195",
  899. ],
  900. ],
  901. },
  902. Object {
  903. "metric": Object {
  904. "__name__": "prometheus_http_request_duration_seconds_bucket",
  905. "handler": "/metrics",
  906. "instance": "localhost:9090",
  907. "job": "prometheus",
  908. "le": "8",
  909. },
  910. "values": Array [
  911. Array [
  912. 1537858060,
  913. "1195",
  914. ],
  915. Array [
  916. 1537858080,
  917. "1195",
  918. ],
  919. Array [
  920. 1537858100,
  921. "1195",
  922. ],
  923. ],
  924. },
  925. Object {
  926. "metric": Object {
  927. "__name__": "prometheus_http_request_duration_seconds_bucket",
  928. "handler": "/query",
  929. "instance": "localhost:9090",
  930. "job": "prometheus",
  931. "le": "+Inf",
  932. },
  933. "values": Array [
  934. Array [
  935. 1537858100,
  936. "55",
  937. ],
  938. Array [
  939. 1537861960,
  940. "1",
  941. ],
  942. Array [
  943. 1537861980,
  944. "1",
  945. ],
  946. ],
  947. },
  948. ]
  949. }
  950. hiddenSeries={Set {}}
  951. onToggleSeries={[Function]}
  952. />
  953. </Fragment>
  954. `;
  955. exports[`Render should show query return no time series 1`] = `
  956. <Fragment>
  957. <div
  958. className="explore-graph"
  959. id="graph"
  960. style={
  961. Object {
  962. "height": "100px",
  963. }
  964. }
  965. />
  966. <Legend
  967. data={Array []}
  968. hiddenSeries={Set {}}
  969. onToggleSeries={[Function]}
  970. />
  971. </Fragment>
  972. `;