mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[ADD] web_widget_json_graph: Module to Draw json fields with graphs (#1733)
This module allows to load a line graph per ordered pair from an One2many or Many2many field. Co-Authored-By: Francisco Luna <fluna@vauxoo.com> Co-Authored-By: José Robles <josemanuel@vauxoo.com> Co-Authored-By: Luis González <lgonzalez@vauxoo.com> Co-Authored-By: Nhomar Hernández <nhomar@vauxoo.com> Co-authored-by: Francisco Luna <fluna@vauxoo.com> Co-authored-by: José Robles <josemanuel@vauxoo.com> Co-authored-by: Nhomar Hernández <nhomar@vauxoo.com>
This commit is contained in:
committed by
GitHub
parent
60ad6745ed
commit
d26e228ffd
@@ -0,0 +1,31 @@
|
||||
.oe_form_field_json_graph {
|
||||
th.oe_link {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.nv-axis path,
|
||||
.nv-axis line {
|
||||
fill: none;
|
||||
stroke: #000;
|
||||
shape-rendering: crispEdges;
|
||||
}
|
||||
|
||||
.nv-x.nv-axis path {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.line {
|
||||
fill: none;
|
||||
stroke: steelblue;
|
||||
stroke-width: 1.5px;
|
||||
}
|
||||
|
||||
.oe_list_content>tbody>tr>td.oe_list_field_cell {
|
||||
white-space: normal;
|
||||
}
|
||||
|
||||
svg.nvd3-svg {
|
||||
height: 500px;
|
||||
width: 1000px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user