Zitat von NetFritz
Beitrag anzeigen
Gruß,
Hendrik
<xsd:attribute name="series">
<xsd:simpleType>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="hour" />
<xsd:enumeration value="day" />
<xsd:enumeration value="week" />
<xsd:enumeration value="month" />
<xsd:enumeration value="year" />
[COLOR=Red]<xsd:enumeration value="fullday" />[/COLOR]
</xsd:restriction>
</xsd:simpleType>
</xsd:attribute>
[B]Error 1840[/B]: Element 'diagram', attribute 'series': [facet 'enumeration'] The value 'fullday' is not an element of the set {'hour', 'day', 'week', 'month', 'year'}. on [URL="http://wiregate544/visu_svn1/check_config.php#787"]line [B]788[/B][/URL]
785: [COLOR=#0000FF]<[COLOR=#808000]layout[/COLOR] [COLOR=#800080]colspan[/COLOR]=[COLOR=#FF00FF]"0.80"[/COLOR] />
[/COLOR]786: [COLOR=#0000FF]</[COLOR=#808000]image[/COLOR]>[/COLOR]
787: [B]
788: [COLOR=#0000FF]<[COLOR=#808000]diagram[/COLOR] [COLOR=#800080]height[/COLOR]=[COLOR=#FF00FF]"600px"[/COLOR] [COLOR=#800080]width[/COLOR]=[COLOR=#FF00FF]"98%"[/COLOR] [COLOR=#800080]refresh[/COLOR]=[COLOR=#FF00FF]"300"[/COLOR] [COLOR=#800080]period[/COLOR]=[COLOR=#FF00FF]"1"[/COLOR] [COLOR=#800080]series[/COLOR]=[COLOR=#FF00FF]"fullday"[/COLOR] [COLOR=#800080]gridcolor[/COLOR]=[COLOR=#FF00FF]"#707070"[/COLOR] [COLOR=#800080]popup[/COLOR]=[COLOR=#FF00FF]"true"[/COLOR] [COLOR=#800080]previewlabels[/COLOR]=[COLOR=#FF00FF]"true"[/COLOR] [COLOR=#800080]tooltip[/COLOR]=[COLOR=#FF00FF]"true"[/COLOR] [COLOR=#800080]legendposition[/COLOR]=[COLOR=#FF00FF]"nw"[/COLOR]>[/COLOR] [/B]
789: [COLOR=#0000FF]<[COLOR=#808000]layout[/COLOR] [COLOR=#800080]colspan[/COLOR]=[COLOR=#FF00FF]"12"[/COLOR] [COLOR=#800080]rowspan[/COLOR]=[COLOR=#FF00FF]"12"[/COLOR]>[/COLOR][COLOR=#0000FF]</[COLOR=#808000]layout[/COLOR]>[/COLOR]
790: [COLOR=#0000FF]<[COLOR=#808000]axis[/COLOR] [COLOR=#800080]position[/COLOR]=[COLOR=#FF00FF]"right"[/COLOR] [COLOR=#800080]unit[/COLOR]=[COLOR=#FF00FF]" W"[/COLOR]>[/COLOR]right[COLOR=#0000FF]</[COLOR=#808000]axis[/COLOR]>[/COLOR]
791: [COLOR=#0000FF]<[COLOR=#808000]axis[/COLOR] [COLOR=#800080]position[/COLOR]=[COLOR=#FF00FF]"left"[/COLOR] [COLOR=#800080]min[/COLOR]=[COLOR=#FF00FF]"0"[/COLOR] [COLOR=#800080]unit[/COLOR]=[COLOR=#FF00FF]"kWh"[/COLOR]>[/COLOR]left[COLOR=#0000FF]</[COLOR=#808000]axis[/COLOR]>[/COLOR]
Sorry. Langsam verliere ich bei den ganzen Änderungen im letzten Jahr den Überblick.
Ist soweit ich weiss der Nachfolger der verschiedenen diagram_inline, diagram_popup und diagram_info.<diagram height="321px" width="860px" series="day" period="2" refresh="120" tooltip="true" gridcolor="#707070" popup="true" previewlabels="true">
<layout colspan="9" />
<axis position="left" min="20" max="30" unit="°C" label="Temperatur">temp</axis>
<axis position="right" min="0" max="100" unit="%" label="Stellwert">percent</axis>
<rrd yaxis="temp" color="#FF0000" label="Ist">ArbeitenGast_Ist_Raumtemperatur</rrd>
<rrd yaxis="temp" color="#0000FF" label="Sollwert">ArbeitenGast_Soll_Raumtemperatur</rrd>
<rrd yaxis="percent" color="#aa00ff" label="Stellwert">ArbeitenGast_FBH_Stellgroesse</rrd>
</diagram>
<diagram_inline height="200px" width="500px" refresh="300" period="1" series="hour" gridcolor="#707070">
<layout colspan="12" rowspan="12"></layout>
<label>Heizung</label>
<axis position="left" min="15" max="25" unit="°C">left</axis>
<axis position="right" min="0" max="100" unit="%">right</axis>
<rrd yaxis="left" color="#FF00FF" label="Temperatur">Temp_Ist_StudioGroß</rrd>
<rrd yaxis="right" color="#FFFFFF" label="Sollwert">Stellwert_StudioGroß</rrd>
</diagram_inline>
<xsd:complexType name="diagram_inline">
<xsd:choice maxOccurs="unbounded" minOccurs="0">
<xsd:element name="label" type="label" maxOccurs="1" />
<xsd:element name="layout" type="layout" minOccurs="0" maxOccurs="1" />
<xsd:element name="axis" type="axis" />
<xsd:element name="rrd" type="rrd" />
</xsd:choice>
<xsd:attribute name="rrd" type="xsd:string" use="optional" />
<xsd:attribute name="unit" type="xsd:string" use="optional" />
<xsd:attribute name="width" type="dimension" use="optional" />
<xsd:attribute ref="series" use="optional" />
<xsd:attribute name="height" type="dimension" use="optional" />
<xsd:attribute name="refresh" type="xsd:integer" use="optional" />
<xsd:attribute name="period" type="xsd:string" use="optional" />
<xsd:attribute ref="datasource" use="optional" />
<xsd:attribute name="linecolor" type="xsd:string" use="optional" />
<xsd:attribute name="gridcolor" type="xsd:string" use="optional" />
<xsd:attribute name="yaxismin" type="xsd:string" use="optional" />
<xsd:attribute name="yaxismax" type="xsd:string" use="optional" />
<xsd:attribute name="title" type="xsd:string" use="optional" />
</xsd:complexType>
<diagram_inline height="200px" width="500px" refresh="300" period="1" series="day" gridcolor="#707070">
<layout colspan="12" rowspan="12"></layout>
<label>Heizung</label>
<axis position="left" min="15" max="25" unit="°C">left</axis>
<axis position="right" min="0" max="100" unit="%">right</axis>
<rrd yaxis="left" color="#FF00FF" label="Temperatur">Temp_Ist_StudioGross</rrd>
<rrd yaxis="left" color="#FFFF00" label="Soll-Temp">Temp_Soll_StudioGross</rrd>
<rrd yaxis="right" color="#FFFFFF" label="Stellwert">Stellwert_StudioGross</rrd>
</diagram_inline>
<rrd yaxis="left" color="#FF00FF" label="Temperatur">Temp_Ist_StudioGross</rrd>
<rrd yaxis="left" color="#FFFF00" label="Soll-Temp">Temp_Ist_StudioGross</rrd>
<rrd yaxis="right" color="#FFFFFF" label="Stellwert">Stellwert_StudioGross</rrd>
xsi:noNamespaceSchemaLocation="./visu_config.xsd" enable_column_adjustment="true">
Wir verarbeiten personenbezogene Daten über die Nutzer unserer Website mithilfe von Cookies und anderen Technologien, um unsere Dienste bereitzustellen. Weitere Informationen findest Du in unserer Datenschutzerklärung.
Indem Du unten auf "ICH stimme zu" klickst, stimmst Du unserer Datenschutzerklärung und unseren persönlichen Datenverarbeitungs- und Cookie-Praktiken zu, wie darin beschrieben. Du erkennst außerdem an, dass dieses Forum möglicherweise außerhalb Deines Landes gehostet wird und bist damit einverstanden, dass Deine Daten in dem Land, in dem dieses Forum gehostet wird, gesammelt, gespeichert und verarbeitet werden.

Einen Kommentar schreiben: