Skip to content
  • Cory Quammen's avatar
    Enable custom scalar bar title default for given array name · 29c5c57f
    Cory Quammen authored
    Settings JSON configuration files can now specify default scalar bar
    titles for arrays of specific names. In a settings JSON file, a
    `<custom title> `for `<array name>` can be specified with the
    following JSON structure:
    
    {
      "array_lookup_tables" :
      {
        "<array name>" :
        {
          "Title" : "<custom title>"
        }
      }
    }
    
    Custom titles can only be read from JSON - this change does not
    include a mechanism to save custom titles from ParaView.
    29c5c57f