ssb-pubmd 0.1.6__tar.gz → 0.1.7__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: ssb-pubmd
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: SSB Pubmd
5
5
  License: MIT
6
6
  Author: Olav Landsverk
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "ssb-pubmd"
3
- version = "0.1.6"
3
+ version = "0.1.7"
4
4
  description = "SSB Pubmd"
5
5
  authors = ["Olav Landsverk <stud-oll@ssb.no>"]
6
6
  license = "MIT"
@@ -92,6 +92,7 @@ class Highchart(MimirContent):
92
92
  "tbprocessor": {"urlOrId": self.tbml},
93
93
  }
94
94
 
95
+ s["data"]["graphType"] = self.graph_type
95
96
  s["data"]["xAxisTitle"] = self.xlabel
96
97
  s["data"]["yAxisTitle"] = self.ylabel
97
98
 
File without changes
File without changes
File without changes
File without changes
File without changes