UNPKG

3.12 kBJavaScriptView Raw
1
2
3/*
4* Licensed to the Apache Software Foundation (ASF) under one
5* or more contributor license agreements. See the NOTICE file
6* distributed with this work for additional information
7* regarding copyright ownership. The ASF licenses this file
8* to you under the Apache License, Version 2.0 (the
9* "License"); you may not use this file except in compliance
10* with the License. You may obtain a copy of the License at
11*
12* http://www.apache.org/licenses/LICENSE-2.0
13*
14* Unless required by applicable law or agreed to in writing,
15* software distributed under the License is distributed on an
16* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17* KIND, either express or implied. See the License for the
18* specific language governing permissions and limitations
19* under the License.
20*/
21
22
23/**
24 * AUTO-GENERATED FILE. DO NOT MODIFY.
25 */
26(function(root, factory) {
27 if (typeof define === 'function' && define.amd) {
28 // AMD. Register as an anonymous module.
29 define(['exports', 'echarts'], factory);
30 } else if (
31 typeof exports === 'object' &&
32 typeof exports.nodeName !== 'string'
33 ) {
34 // CommonJS
35 factory(exports, require('echarts/lib/echarts'));
36 } else {
37 // Browser globals
38 factory({}, root.echarts);
39 }
40})(this, function(exports, echarts) {
41
42
43var localeObj = {
44 time: {
45 month: [
46 'enero', 'febrero', 'marzo', 'abril', 'mayo', 'junio',
47 'julio', 'agosto', 'septiembre', 'octubre', 'noviembre', 'diciembre'
48 ],
49 monthAbbr: [
50 'ene', 'feb', 'mar', 'abr', 'may', 'jun',
51 'jul', 'ago', 'sep', 'oct', 'nov', 'dic'
52 ],
53 dayOfWeek: [
54 'domingo', 'lunes', 'martes', 'miércoles', 'jueves', 'viernes', 'sábado'
55 ],
56 dayOfWeekAbbr: [
57 'dom', 'lun', 'mar', 'mie', 'jue', 'vie', 'sáb'
58 ]
59 },
60 legend: {
61 selector: {
62 all: 'Todas',
63 inverse: 'Inversa'
64 }
65 },
66 toolbox: {
67 brush: {
68 title: {
69 rect: 'Selección de cuadro',
70 polygon: 'Selección de lazo',
71 lineX: 'Seleccionar horizontalmente',
72 lineY: 'Seleccionar verticalmente',
73 keep: 'Mantener selección',
74 clear: 'Despejar selecciones'
75 }
76 },
77 dataView: {
78 title: 'Ver datos',
79 lang: ['Ver datos', 'Cerrar', 'Actualizar']
80 },
81 dataZoom: {
82 title: {
83 zoom: 'Zoom',
84 back: 'Restablecer zoom'
85 }
86 },
87 magicType: {
88 title: {
89 line: 'Cambiar a gráfico de líneas',
90 bar: 'Cambiar a gráfico de barras',
91 stack: 'Pila',
92 tiled: 'Teja'
93 }
94 },
95 restore: {
96 title: 'Restaurar'
97 },
98 saveAsImage: {
99 title: 'Guardar como imagen',
100 lang: ['Clic derecho para guardar imagen']
101 }
102 }
103};
104
105 echarts.registerLocale('ES', localeObj);
106
107});
\No newline at end of file