ansicht begonnen
This commit is contained in:
parent
f4950c5033
commit
5809a7caba
2 changed files with 76 additions and 3 deletions
|
@ -4,12 +4,12 @@
|
|||
# full copyright notices and license terms.
|
||||
|
||||
|
||||
template_view_line = '<field %(linecolor)s name="%(yname)s" fill="%(fill)s" empty="0" string="%(string)s"/>'
|
||||
template_view_line = '<field name="name" fill="%(fill)s" empty="0" string="%(string)s"/>'
|
||||
|
||||
template_view_point = """<?xml version="1.0"?>
|
||||
template_view_graph = """<?xml version="1.0"?>
|
||||
<graph type="%(type)s" legend="%(legend)s" %(colscheme)s %(bgcol)s>
|
||||
<x>
|
||||
<field name="%(xname)s"/>
|
||||
<field name="name"/>
|
||||
</x>
|
||||
<y>
|
||||
%(lines)s
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue