{{ $t('options') }}
\n \n{{ $t('codeEmbed') }}
\n \n \n\n {{ titleChart }}\n
\n\n
${date}
`, hasSerieName && `${sortingObj[0].name}`]\n\n return markup.filter(Boolean).join(\"\")\n })\n .style('top', \"150px\")\n .selectAll()\n .data(dataset)\n .enter()\n .append('div')\n .attr('class', 'tooltip-line-container')\n .html(d => {\n const { key } = d\n const formatValues = key === 'poblacion' ? locale.format('.1f') : locale.format(',.0f')\n const formatValuesDecimal = locale.format(',.2f')\n const xDate = xScale.invert(mouse[0])\n const bisect = d3.bisector(d => d.time).left\n const idx = bisect(d.values, xDate)\n const units = d.values[idx].units ? d.values[idx].units : ''\n const valueTooltip = d.values[idx].value > 1 ? formatValues(d.values[idx].value) : formatValuesDecimal(d.values[idx].value)\n const valueString = isNaN(d.values[idx].value) ? '-' : `${valueTooltip} ${units}`\n const valueName = self.aggregationProp === 'serie' ? d.values[idx].name : key\n return `\n${JSON.stringify(d, null, 2)}`;\n }\n\n defaultStyles(styles = {}) {\n return {\n path: {\n cssClass: \"path\",\n strokeWidth: 2,\n ...styles.path\n },\n circle: {\n cssClass: \"circle\",\n radius: 5,\n fill: \"transparent\",\n stroke: \"none\",\n ...styles.circle\n },\n axis: {\n x: {\n stroke: \"#dcdcdc\",\n strokeDasharray: \"2, 2\",\n fill: \"#a5a5a5\",\n fontSize: \"1em\",\n fontWeight: \"bold\",\n ...(styles.axis || {}).x\n },\n y: {\n stroke: \"#dcdcdc\",\n strokeDasharray: \"2, 2\",\n fill: \"#a5a5a5\",\n fontSize: \"1em\",\n fontWeight: \"bold\",\n ...(styles.axis || {}).y\n }\n }\n };\n }\n}\n","var render = function () {var _vm=this;var _h=_vm.$createElement;var _c=_vm._self._c||_h;return _c('Multiselect',{attrs:{\"options\":_vm.options,\"multiple\":_vm.multiple,\"open-direction\":_vm.openDirection,\"placeholder\":_vm.placeholder,\"max-height\":_vm.maxHeight,\"track-by\":_vm.trackBy,\"label\":_vm.label,\"select-label\":\"\",\"selected-label\":\"\",\"deselect-label\":\"\"},on:{\"input\":_vm.handleSelectPivotTable},model:{value:(_vm.value),callback:function ($$v) {_vm.value=$$v},expression:\"value\"}})}\nvar staticRenderFns = []\n\nexport { render, staticRenderFns }","\n
{{ $t('bsplinePlaceholder') }} B-spline
\n