diff --git a/docs/graph2d.html b/docs/graph2d.html
index b0acaccc..bed34536 100644
--- a/docs/graph2d.html
+++ b/docs/graph2d.html
@@ -461,12 +461,24 @@ The options colored in green can also be used as options for the groups. All opt
undefined
Set the title for the left axis.
+
+
dataAxis.title.left.style
+
String
+
undefined
+
Set the title style for the left axis. This is a css string and it will override the attributes set in the class.
+
dataAxis.title.right.text
String
undefined
Set the title for the right axis.
+
+
dataAxis.title.right.style
+
String
+
undefined
+
Set the title style for the right axis. This is a css string and it will override the attributes set in the class.