a0e2f83d7eeff388d74b41d1f97b034fed7634442078eb9f62544d4390c1e719f27e3cf304bf0ce5ec62678e67a2e385f64bca2a88912ea9d3dc43db1e2873 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. declare const _default: {
  2. time: {
  3. month: string[];
  4. monthAbbr: string[];
  5. dayOfWeek: string[];
  6. dayOfWeekAbbr: string[];
  7. };
  8. legend: {
  9. selector: {
  10. all: string;
  11. inverse: string;
  12. };
  13. };
  14. toolbox: {
  15. brush: {
  16. title: {
  17. rect: string;
  18. polygon: string;
  19. lineX: string;
  20. lineY: string;
  21. keep: string;
  22. clear: string;
  23. };
  24. };
  25. dataView: {
  26. title: string;
  27. lang: string[];
  28. };
  29. dataZoom: {
  30. title: {
  31. zoom: string;
  32. back: string;
  33. };
  34. };
  35. magicType: {
  36. title: {
  37. line: string;
  38. bar: string;
  39. stack: string;
  40. tiled: string;
  41. };
  42. };
  43. restore: {
  44. title: string;
  45. };
  46. saveAsImage: {
  47. title: string;
  48. lang: string[];
  49. };
  50. };
  51. };
  52. export default _default;